瀏覽代碼

Fix spelling of "extended".

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Vagrant Cascadian 8 年之前
父節點
當前提交
da1a3bd4d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cmd/bootm.c

+ 1 - 1
cmd/bootm.c

@@ -162,7 +162,7 @@ static char bootm_help_text[] =
 #endif
 #if defined(CONFIG_FIT)
 	"\t\nFor the new multi component uImage format (FIT) addresses\n"
-	"\tmust be extened to include component or configuration unit name:\n"
+	"\tmust be extended to include component or configuration unit name:\n"
 	"\taddr:<subimg_uname> - direct component image specification\n"
 	"\taddr#<conf_uname>   - configuration specification\n"
 	"\tUse iminfo command to get the list of existing component\n"