commit | 5699ea6d0ee01ab3e41d2cb2ebe2c56a24b9ffff | [log] [tgz] |
---|---|---|
author | Robert P. J. Day <rpjday@crashcourse.ca> | Tue Oct 21 16:44:32 2014 -0400 |
committer | Tom Rini <trini@ti.com> | Mon Oct 27 17:54:11 2014 -0400 |
tree | 6c5cc04b4467c131965c3c7f74d8538f878668f6 | |
parent | 3bd6f7e7821b3f6b369c6dba2b0eeeb5892a4dd7 [diff] [blame] |
Correct two non-functional misspellings "overrided". Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
diff --git a/dts/Kconfig b/dts/Kconfig index 83ba7a6..5fe63f8 100644 --- a/dts/Kconfig +++ b/dts/Kconfig
@@ -49,7 +49,7 @@ string "Default Device Tree for DT control" help This option specifies the default Device Tree used for DT control. - It can be overrided from the command line: + It can be overridden from the command line: $ make DEVICE_TREE=<device-tree-name> endmenu