diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-05-09 05:14:03 (GMT) |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-05-09 05:14:03 (GMT) |
commit | beb7dd86a101263bf63a78c7c6d4da3849b35bd6 (patch) | |
tree | 9afe81ca9e92ab8aacc999ae118b27d547721f11 /include/asm-i386/sync_bitops.h | |
parent | 3dde6ad8fc3939d345a3768464ecff43c91d511a (diff) | |
download | linux-beb7dd86a101263bf63a78c7c6d4da3849b35bd6.tar.xz |
Fix misspellings collected by members of KJ list.
Fix the misspellings of "propogate", "writting" and (oh, the shame
:-) "kenrel" in the source tree.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include/asm-i386/sync_bitops.h')
-rw-r--r-- | include/asm-i386/sync_bitops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/sync_bitops.h b/include/asm-i386/sync_bitops.h index 7d72351..cbce08a 100644 --- a/include/asm-i386/sync_bitops.h +++ b/include/asm-i386/sync_bitops.h @@ -24,7 +24,7 @@ * if you do not require the atomic guarantees. * * Note: there are no guarantees that this function will not be reordered - * on non x86 architectures, so if you are writting portable code, + * on non-x86 architectures, so if you are writing portable code, * make sure not to rely on its reordering guarantees. * * Note that @nr may be almost arbitrarily large; this function is not |