Commit 5699ea6d0ee01ab3e41d2cb2ebe2c56a24b9ffff

Authored by Robert P. J. Day
Committed by Tom Rini
1 parent 3bd6f7e782

Correct two non-functional misspellings "overrided".

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -49,7 +49,7 @@
49 49 string "Default Device Tree for DT control"
50 50 help
51 51 This option specifies the default Device Tree used for DT control.
52   - It can be overrided from the command line:
  52 + It can be overridden from the command line:
53 53 $ make DEVICE_TREE=<device-tree-name>
54 54  
55 55 endmenu
scripts/kconfig/merge_config.sh
... ... @@ -87,7 +87,7 @@
87 87 echo "Using $INITFILE as base"
88 88 cat $INITFILE > $TMP_FILE
89 89  
90   -# Merge files, printing warnings on overrided values
  90 +# Merge files, printing warnings on overridden values
91 91 for MERGE_FILE in $MERGE_LIST ; do
92 92 echo "Merging $MERGE_FILE"
93 93 CFG_LIST=$(sed -n "$SED_CONFIG_EXP" $MERGE_FILE)