Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
datajerk committed Apr 21, 2017
1 parent 7e5d0c1 commit f56cd48
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Binary file modified bin/c2d
Binary file not shown.
Binary file modified bin/c2d.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion c2d.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ usage: c2d [-vh?]\n\
-h|? this help\n\
-m jump to monitor after booting\n\
-s XXXX jump to XXXX after booting\n\
-t filename where filename is a 1K $400-$7FF text page splash screen.\n\
-t filename, where filename is a 1K $400-$7FF text page splash screen.\n\
The splash screen will display while the binary is loading.\n\
-v print version number and exit\n\
\n\
Expand Down
2 changes: 1 addition & 1 deletion c2d.h.0
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ usage: c2d [-vh?]\n\
-h|? this help\n\
-m jump to monitor after booting\n\
-s XXXX jump to XXXX after booting\n\
-t filename where filename is a 1K $400-$7FF text page splash screen.\n\
-t filename, where filename is a 1K $400-$7FF text page splash screen.\n\
The splash screen will display while the binary is loading.\n\
-v print version number and exit\n\
\n\
Expand Down
16 changes: 8 additions & 8 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi

Expand Down Expand Up @@ -53,7 +53,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi

Expand All @@ -72,7 +72,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi

Expand Down Expand Up @@ -109,7 +109,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi

Expand All @@ -129,7 +129,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi

Expand All @@ -145,7 +145,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi

Expand All @@ -164,7 +164,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi

Expand All @@ -182,7 +182,7 @@ if [ "$CHECK" = "$SUM" ]
then
echo PASSED
else
echo "FAILED $CHECK != $SUM (expect)"
echo "FAILED $CHECK != $SUM (expected)"
exit 1
fi

Expand Down

0 comments on commit f56cd48

Please sign in to comment.