diff options
| author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-03-30 21:57:33 -0400 |
|---|---|---|
| committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-03-31 10:26:23 -0400 |
| commit | 25985edcedea6396277003854657b5f3cb31a628 (patch) | |
| tree | f026e810210a2ee7290caeb737c23cb6472b7c38 /Documentation/kbuild | |
| parent | 6aba74f2791287ec407e0f92487a725a25908067 (diff) | |
Fix common misspellings
Fixes generated by 'codespell' and manually reviewed.
Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Diffstat (limited to 'Documentation/kbuild')
| -rw-r--r-- | Documentation/kbuild/kbuild.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/kbuild/kbuild.txt b/Documentation/kbuild/kbuild.txt index f1431d099fce..7c2a89ba674c 100644 --- a/Documentation/kbuild/kbuild.txt +++ b/Documentation/kbuild/kbuild.txt | |||
| @@ -26,11 +26,11 @@ Additional options to the assembler (for built-in and modules). | |||
| 26 | 26 | ||
| 27 | AFLAGS_MODULE | 27 | AFLAGS_MODULE |
| 28 | -------------------------------------------------- | 28 | -------------------------------------------------- |
| 29 | Addtional module specific options to use for $(AS). | 29 | Additional module specific options to use for $(AS). |
| 30 | 30 | ||
| 31 | AFLAGS_KERNEL | 31 | AFLAGS_KERNEL |
| 32 | -------------------------------------------------- | 32 | -------------------------------------------------- |
| 33 | Addtional options for $(AS) when used for assembler | 33 | Additional options for $(AS) when used for assembler |
| 34 | code for code that is compiled as built-in. | 34 | code for code that is compiled as built-in. |
| 35 | 35 | ||
| 36 | KCFLAGS | 36 | KCFLAGS |
| @@ -39,12 +39,12 @@ Additional options to the C compiler (for built-in and modules). | |||
| 39 | 39 | ||
| 40 | CFLAGS_KERNEL | 40 | CFLAGS_KERNEL |
| 41 | -------------------------------------------------- | 41 | -------------------------------------------------- |
| 42 | Addtional options for $(CC) when used to compile | 42 | Additional options for $(CC) when used to compile |
| 43 | code that is compiled as built-in. | 43 | code that is compiled as built-in. |
| 44 | 44 | ||
| 45 | CFLAGS_MODULE | 45 | CFLAGS_MODULE |
| 46 | -------------------------------------------------- | 46 | -------------------------------------------------- |
| 47 | Addtional module specific options to use for $(CC). | 47 | Additional module specific options to use for $(CC). |
| 48 | 48 | ||
| 49 | LDFLAGS_MODULE | 49 | LDFLAGS_MODULE |
| 50 | -------------------------------------------------- | 50 | -------------------------------------------------- |
