diff mbox

[U-Boot] fw_env.h: fix comment

Message ID 1325786950-2148-1-git-send-email-fransmeulenbroeks@gmail.com
State Accepted
Commit 9cbfee6dc200cc746394c7efc10253a24f3ce108
Headers show

Commit Message

Frans Meulenbroeks Jan. 5, 2012, 6:09 p.m. UTC
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(-)

Comments

Wolfgang Denk Feb. 11, 2012, 9:18 p.m. UTC | #1
Dear Frans Meulenbroeks,

In message <1325786950-2148-1-git-send-email-fransmeulenbroeks@gmail.com> you wrote:
> 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(-)

Applied, thanks.

Best regards,

Wolfgang Denk
diff mbox

Patch

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.
  */