
5 Jan
2012
5 Jan
'12
7:09 p.m.
made description according to implementation (where the config file is the default).
Signed-off-by: Frans Meulenbroeks fransmeulenbroeks@gmail.com --- 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 9258c79..cfbe108 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. */
--
1.7.8.1