Skip to content

Commit

Permalink
ktest: Change singular "paranthesis" to plural "parentheses"
Browse files Browse the repository at this point in the history
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Jesper Juhl <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
  • Loading branch information
jjuhl authored and rostedt committed May 23, 2012
1 parent 24d0c03 commit 11c38b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/ktest/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 11c38b7

Please sign in to comment.