浏览代码

kbuild: Fix a typo in documentation

Signed-off-by: Warren Turkal <wt@penguintechs.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Warren Turkal 11 年之前
父节点
当前提交
4be7f0a30b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/kbuild/modules.txt

+ 1 - 1
Documentation/kbuild/modules.txt

@@ -470,7 +470,7 @@ build.
 
 	Sometimes, an external module uses exported symbols from
 	another external module. kbuild needs to have full knowledge of
-	all symbols to avoid spliitting out warnings about undefined
+	all symbols to avoid spitting out warnings about undefined
 	symbols. Three solutions exist for this situation.
 
 	NOTE: The method with a top-level kbuild file is recommended