提交 5699ea6d 编写于 作者: R Robert P. J. Day 提交者: Tom Rini

Correct two non-functional misspellings "overrided".

Signed-off-by: NRobert P. J. Day <rpjday@crashcourse.ca>
上级 3bd6f7e7
......@@ -49,7 +49,7 @@ config DEFAULT_DEVICE_TREE
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
......@@ -87,7 +87,7 @@ TMP_FILE=$(mktemp ./.tmp.config.XXXXXXXXXX)
echo "Using $INITFILE as base"
cat $INITFILE > $TMP_FILE
# Merge files, printing warnings on overrided values
# Merge files, printing warnings on overridden values
for MERGE_FILE in $MERGE_LIST ; do
echo "Merging $MERGE_FILE"
CFG_LIST=$(sed -n "$SED_CONFIG_EXP" $MERGE_FILE)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册