[Piglit] [PATCH 1/4] framework: fix comment typos

Alejandro Piñeiro apinheiro at igalia.com
Fri Oct 13 10:29:58 UTC 2017


The 4-patches series:
Reviewed-by: Alejandro Piñeiro <apinheiro at igalia.com>

On 13/10/17 06:22, Brian Paul wrote:
> ---
>  framework/test/shader_test.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/framework/test/shader_test.py b/framework/test/shader_test.py
> index 3e67cbd..7f3d876 100644
> --- a/framework/test/shader_test.py
> +++ b/framework/test/shader_test.py
> @@ -75,7 +75,7 @@ class Parser(object):
>              # Find the config section
>              for line in lines:
>                  # We need to find the first line of the configuration file, as
> -                # soon as we do then we can move on to geting the
> +                # soon as we do then we can move on to getting the
>                  # configuration. The first line needs to be parsed by the next
>                  # block.
>                  if line.startswith('[require]'):
> @@ -197,7 +197,7 @@ class MultiShaderTest(ReducedProcessMixin, PiglitBaseTest):
>  
>          # Walk each subtest, and either add it to the list of tests to run, or
>          # determine it is skip, and set the result of that test in the subtests
> -        # dictionary to skip without adding it ot the liest of tests to run
> +        # dictionary to skip without adding it to the list of tests to run.
>          for each in filenames:
>              parser = Parser(each)
>              parser.parse()


More information about the Piglit mailing list