OSDN Git Service

ktest: Change singular "paranthesis" to plural "parentheses"
authorJesper Juhl <jj@chaosbits.net>
Mon, 16 Apr 2012 17:40:24 +0000 (19:40 +0200)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 23 May 2012 14:19:09 +0000 (10:19 -0400)
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/sample.conf

index 0e8191b..cf362b3 100644 (file)
 #
 # 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)