aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild
diff options
context:
space:
mode:
authorWarren Turkal <wt@penguintechs.org>2014-06-09 01:19:29 -0400
committerMichal Marek <mmarek@suse.cz>2014-06-10 08:14:29 -0400
commit4be7f0a30bd85c82278ffd65527b5276ffa23fff (patch)
treea8873a9dde7cf1e4016e2eb90434eddd9d5d67f3 /Documentation/kbuild
parentbb66fc67192bbd406fe9c22033f1bbbf3e7ec621 (diff)
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>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r--Documentation/kbuild/modules.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/modules.txt b/Documentation/kbuild/modules.txt
index 69372fb98cf8..3fb39e0116b4 100644
--- a/Documentation/kbuild/modules.txt
+++ b/Documentation/kbuild/modules.txt
@@ -470,7 +470,7 @@ build.
470 470
471 Sometimes, an external module uses exported symbols from 471 Sometimes, an external module uses exported symbols from
472 another external module. kbuild needs to have full knowledge of 472 another external module. kbuild needs to have full knowledge of
473 all symbols to avoid spliitting out warnings about undefined 473 all symbols to avoid spitting out warnings about undefined
474 symbols. Three solutions exist for this situation. 474 symbols. Three solutions exist for this situation.
475 475
476 NOTE: The method with a top-level kbuild file is recommended 476 NOTE: The method with a top-level kbuild file is recommended