diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-11-08 16:57:35 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-11-19 17:28:24 +0400 |
commit | 4e79162a52da61c3a67d0796b9f0e37a5e0ccbd6 (patch) | |
tree | d3e436308ec9ec630f5a5390618b9364895ec281 /Documentation/kbuild | |
parent | 20879696b7660b6c4115a913e39f890d5bbd1f81 (diff) | |
download | linux-4e79162a52da61c3a67d0796b9f0e37a5e0ccbd6.tar.xz |
doc: fix quite a few typos within Documentation
Correct spelling typo in Documentations
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r-- | Documentation/kbuild/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/modules.txt b/Documentation/kbuild/modules.txt index 3fb39e0116b4..69372fb98cf8 100644 --- a/Documentation/kbuild/modules.txt +++ b/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 spitting out warnings about undefined + all symbols to avoid spliitting out warnings about undefined symbols. Three solutions exist for this situation. NOTE: The method with a top-level kbuild file is recommended |