summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2013-09-16 07:15:45 -0400
committerTom Rini <trini@ti.com>2013-09-20 10:30:54 -0400
commit1bce2aeb6f31043caa0509387d85b786c1d2e147 (patch)
tree3987c269b92d1e565c97af38f6e0d287e0d3282f /Makefile
parent398bd4e5b7dd4a10b40d41c0bb0a974c6cea0efe (diff)
downloadblackbird-obmc-uboot-1bce2aeb6f31043caa0509387d85b786c1d2e147.tar.gz
blackbird-obmc-uboot-1bce2aeb6f31043caa0509387d85b786c1d2e147.zip
Cosmetic: Fix a number of typos, no functional changes.
Fix various misspellings of things like "environment", "kernel", "default" and "volatile", and throw in a couple grammar fixes. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 28ddb7e836..1c9dc7a7a0 100644
--- a/Makefile
+++ b/Makefile
@@ -45,13 +45,13 @@ endif
#########################################################################
#
-# U-boot build supports producing a object files to the separate external
+# U-boot build supports generating object files in a separate external
# directory. Two use cases are supported:
#
# 1) Add O= to the make command line
# 'make O=/tmp/build all'
#
-# 2) Set environement variable BUILD_DIR to point to the desired location
+# 2) Set environment variable BUILD_DIR to point to the desired location
# 'export BUILD_DIR=/tmp/build'
# 'make'
#
@@ -59,7 +59,7 @@ endif
# 'export BUILD_DIR=/tmp/build'
# './MAKEALL'
#
-# Command line 'O=' setting overrides BUILD_DIR environent variable.
+# Command line 'O=' setting overrides BUILD_DIR environment variable.
#
# When none of the above methods is used the local build is performed and
# the object files are placed in the source directory.
OpenPOWER on IntegriCloud