]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/libMicro/benchDS.sh
xnu-3248.60.10.tar.gz
[apple/xnu.git] / tools / tests / libMicro / benchDS.sh
old mode 100644 (file)
new mode 100755 (executable)
index 26a2bc5..cb58300
@@ -193,16 +193,16 @@ HOST_BASE=sfs0
 HOST_RANGE=1-8
 
 #
-# Everything below the while loop is input for the while loop
-# if you have any tests which can't run in the while loop, put
+# Everything below the while loop is input for the while loop if
+# you have any tests which can't run in the while loop, put
 # them above this comment
 #
 while read A B
 do
        # $A contains the command, $B contains the arguments
        # we echo blank lines and comments
-       # we skip anything which fails to match *$1* (useful
-       # if we only want to test one case, but a nasty hack)
+       # we skip anything which fails to match *$1* (useful if
+       # we only want to test one case, but a nasty hack)
 
        case $A in
        \#*)