[igt-dev] [PATCH i-g-t 1/1] lib/igt_core.h: Typo fix
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Thu Jun 15 09:53:11 UTC 2023
On Wed, 14 Jun 2023 15:33:01 +0200
Dominik Karol Piatkowski <dominik.karol.piatkowski at intel.com> wrote:
> Fixed IGT_EXIT_ABORT description typo in lib/igt_core.h
>
> Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski at intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab at linux.intel.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab at kernel.org>
> ---
> lib/igt_core.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lib/igt_core.h b/lib/igt_core.h
> index ef6bed6a5..26bb0cb68 100644
> --- a/lib/igt_core.h
> +++ b/lib/igt_core.h
> @@ -136,8 +136,8 @@ struct _GKeyFile *igt_load_igtrc(void);
> /**
> * IGT_EXIT_ABORT
> *
> - * Exit status indicating a severe test/enviroment failure, any continued
> - * testing past this point can yeild unexpected reasults and is not recommended
> + * Exit status indicating a severe test/environment failure, any continued
> + * testing past this point can yield unexpected results and is not recommended
> */
> #define IGT_EXIT_ABORT 112
>
More information about the igt-dev
mailing list