[GIT PULL] ktest: trivial spelling fixes

From: Steven Rostedt
Date: Wed May 23 2012 - 10:23:29 EST



Linus,

I promised Jesper that I would push this for 3.5, but forgot to add it
to my queue. It's just a spelling fix, but it should go in regardless to
hide my inability to get words in the English language correct.

Please pull the latest ktest-v3.5-spelling tree, which can be found at:

git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest.git
ktest-v3.5-spelling

Head SHA1: 96d240a2d276bcf6d46163deb7d40c89ac3124a6


Jesper Juhl (1):
ktest: Change singular "paranthesis" to plural "parentheses"

----
tools/testing/ktest/sample.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---------------------------
commit 11c38b7575c2f4624d8e199c50cec2ba0d58a753
Author: Jesper Juhl <jj@xxxxxxxxxxxxx>
Date: Mon Apr 16 19:40:24 2012 +0200

ktest: Change singular "paranthesis" to plural "parentheses"

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
Signed-off-by: Jesper Juhl <jj@xxxxxxxxxxxxx>
Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx>

diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf
index 0e8191b..cf362b3 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)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/