Coding Style cleanup
Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/MAKEALL b/MAKEALL
index db11f13..c54c6e8 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -56,7 +56,7 @@
# Option processing based on util-linux-2.13/getopt-parse.bash
-# Note that we use `"$@"' to let each command-line parameter expand to a
+# Note that we use `"$@"' to let each command-line parameter expand to a
# separate word. The quotes around `$@' are essential!
# We need TEMP as the `eval set --' would nuke the return value of
# getopt.