From: Jesper Juhl Date: Mon, 16 Apr 2012 17:40:24 +0000 (+0200) Subject: ktest: Change singular "paranthesis" to plural "parentheses" X-Git-Tag: firefly_0821_release~3680^2~2797^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=11c38b7575c2f4624d8e199c50cec2ba0d58a753;p=firefly-linux-kernel-4.4.55.git ktest: Change singular "paranthesis" to plural "parentheses" Acked-by: Randy Dunlap Signed-off-by: Jesper Juhl Signed-off-by: Steven Rostedt --- diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf index 0e8191b6c5e3..cf362b3d1ec9 100644 --- a/tools/testing/ktest/sample.conf +++ b/tools/testing/ktest/sample.conf @@ -158,7 +158,7 @@ # # TEST_START IF (DEFINED ALL_TESTS || ${MYTEST} == boottest) && ${MACHINE} == gandalf # -# Notice the use of paranthesis. Without any paranthesis the above would be +# Notice the use of parentheses. Without any parentheses the above would be # processed the same as: # # TEST_START IF DEFINED ALL_TESTS || (${MYTEST} == boottest && ${MACHINE} == gandalf)