[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1337783010.13348.157.camel@gandalf.stny.rr.com>
Date: Wed, 23 May 2012 10:23:30 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Jesper Juhl <jj@...osbits.net>,
Randy Dunlap <rdunlap@...otime.net>
Subject: [GIT PULL] ktest: trivial spelling fixes
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@...osbits.net>
Date: Mon Apr 16 19:40:24 2012 +0200
ktest: Change singular "paranthesis" to plural "parentheses"
Acked-by: Randy Dunlap <rdunlap@...otime.net>
Signed-off-by: Jesper Juhl <jj@...osbits.net>
Signed-off-by: Steven Rostedt <rostedt@...dmis.org>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists