]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - Makefile
Cosmetic: Fix a number of typos, no functional changes.
[karo-tx-uboot.git] / Makefile
index 28ddb7e83677963b8544cc95c85fdb5f375737ef..1c9dc7a7a0118a0a482d42096b3f582950da3d8f 100644 (file)
--- 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.