[igt-dev] [PATCH i-g-t 1/1] lib/igt_core.h: Typo fix

Dominik Karol Piatkowski dominik.karol.piatkowski at intel.com
Wed Jun 14 13:33:01 UTC 2023


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>
---
 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
 
-- 
2.34.1



More information about the igt-dev mailing list