diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2012-01-05 08:09:10 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-02-11 22:18:38 +0100 |
commit | 9cbfee6dc200cc746394c7efc10253a24f3ce108 (patch) | |
tree | b32dbd5a349e9fa2f23643ed1486bd3f9995ba2c /tools | |
parent | e3b36210224f07cc798fef15e83db3500529c7bb (diff) |
fw_env.h: fix comment
made description according to implementation
(where the config file is the default).
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/env/fw_env.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h index 2dcb373b62f..ad3244664a0 100644 --- a/tools/env/fw_env.h +++ b/tools/env/fw_env.h @@ -22,8 +22,8 @@ */ /* - * To build the utility with the run-time configuration - * uncomment the next line. + * To build the utility with the static configuration + * comment out the next line. * See included "fw_env.config" sample file * for notes on configuration. */ |