diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-04-16 19:40:24 +0200 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2012-05-23 10:19:09 -0400 |
commit | 11c38b7575c2f4624d8e199c50cec2ba0d58a753 (patch) | |
tree | d3d8b1c734165b953d5c69f8af53e89fd55834f6 /tools | |
parent | 24d0c030144a8a13dc569b7f2ce0d4c8bd68b85f (diff) | |
download | linux-11c38b7575c2f4624d8e199c50cec2ba0d58a753.tar.gz linux-11c38b7575c2f4624d8e199c50cec2ba0d58a753.tar.bz2 linux-11c38b7575c2f4624d8e199c50cec2ba0d58a753.zip |
ktest: Change singular "paranthesis" to plural "parentheses"
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/ktest/sample.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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) |