Skip to content

Commit 5699ea6

Browse files
rpjdaytrini
authored andcommitted
Correct two non-functional misspellings "overrided".
Signed-off-by: Robert P. J. Day <[email protected]>
1 parent 3bd6f7e commit 5699ea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dts/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ config DEFAULT_DEVICE_TREE
4949
string "Default Device Tree for DT control"
5050
help
5151
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:
5353
$ make DEVICE_TREE=<device-tree-name>
5454

5555
endmenu

scripts/kconfig/merge_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ TMP_FILE=$(mktemp ./.tmp.config.XXXXXXXXXX)
8787
echo "Using $INITFILE as base"
8888
cat $INITFILE > $TMP_FILE
8989

90-
# Merge files, printing warnings on overrided values
90+
# Merge files, printing warnings on overridden values
9191
for MERGE_FILE in $MERGE_LIST ; do
9292
echo "Merging $MERGE_FILE"
9393
CFG_LIST=$(sed -n "$SED_CONFIG_EXP" $MERGE_FILE)

0 commit comments

Comments
 (0)