From 519f377ddd6d43b7824f94f09eb3d3cabc39c6b9 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Fri, 26 Sep 2014 14:24:52 +0100 Subject: doc: various spelling and typo fixes Signed-off-by: Thomas Wood --- lib/igt_core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/igt_core.h') diff --git a/lib/igt_core.h b/lib/igt_core.h index 974a2fb3..e42dc337 100644 --- a/lib/igt_core.h +++ b/lib/igt_core.h @@ -118,7 +118,7 @@ bool __igt_run_subtest(const char *subtest_name); * @name: name of the subtest * * This is a magic control flow block which denotes a subtest code block. Within - * that codeblock igt_skip|success will only bail out of the subtest. The _f + * that code block igt_skip|success will only bail out of the subtest. The _f * variant accepts a printf format string, which is useful for constructing * combinatorial tests. * @@ -140,7 +140,7 @@ bool __igt_run_subtest(const char *subtest_name); * @...: format string and optional arguments * * This is a magic control flow block which denotes a subtest code block. Within - * that codeblock igt_skip|success will only bail out of the subtest. The _f + * that code block igt_skip|success will only bail out of the subtest. The _f * variant accepts a printf format string, which is useful for constructing * combinatorial tests. * -- cgit v1.2.3