]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
fix wording in README
authorBruce Adler <bruce.adler@ccpu.com>
Fri, 2 Nov 2007 20:15:42 +0000 (13:15 -0700)
committerWolfgang Denk <wd@denx.de>
Sat, 3 Nov 2007 22:04:43 +0000 (23:04 +0100)
Changed the wording to properly describe the shadowing
of the environment from ROM to RAM

Signed-off-by: Bruce Adler <bruce.adler@acm.org>
README

diff --git a/README b/README
index 09eb76fe4528dfedca027b119ac760fce2570e35..3dad5fc726f76e72eaa797a31370cca8348e03b3 100644 (file)
--- a/README
+++ b/README
@@ -2123,7 +2123,7 @@ to save the current settings.
        to be a good choice since it makes it far enough from the
        start of the data area as well as from the stack pointer.
 
-Please note that the environment is read-only as long as the monitor
+Please note that the environment is read-only until the monitor
 has been relocated to RAM and a RAM copy of the environment has been
 created; also, when using EEPROM you will have to use getenv_r()
 until then to read environment variables.