kbuild: Fix a typo in documentation
authorWarren Turkal <wt@penguintechs.org>
Mon, 9 Jun 2014 05:19:29 +0000 (22:19 -0700)
committerMichal Marek <mmarek@suse.cz>
Tue, 10 Jun 2014 12:14:29 +0000 (14:14 +0200)
Signed-off-by: Warren Turkal <wt@penguintechs.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Documentation/kbuild/modules.txt

index 69372fb..3fb39e0 100644 (file)
@@ -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