diff options
author | Jinbum Park <jinb.park7@gmail.com> | 2017-02-27 17:29:59 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-27 21:43:47 -0500 |
commit | d7f6724366c5ccb52b9b2e403b0a9383803bd47a (patch) | |
tree | 8031c4cf97b9741f9cfb92e9c6bab4e0b0f16918 /scripts/spelling.txt | |
parent | 4091fb95b5f8dea37568d1a94c8227244bade891 (diff) |
scripts/spelling.txt: add some typo-words
I wrote a simple script to find new typo not in spelling.txt.
(https://github.com/jinb-park/find-linux-kernel-typo)
and get following result:
[ rank ]
63 paramaters
18 alignement
9 strucuture
....
The number means how many files include the typo.
This patch adds these common typo.
Link: http://lkml.kernel.org/r/20170112113452.GA7042@pjb1027-Latitude-E5410
Signed-off-by: Jinbum Park <jinb.park7@gmail.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/spelling.txt')
-rw-r--r-- | scripts/spelling.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/spelling.txt b/scripts/spelling.txt index be1d00307927..0458b037c8a1 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt | |||
@@ -74,6 +74,7 @@ algoritms||algorithms | |||
74 | algorrithm||algorithm | 74 | algorrithm||algorithm |
75 | algorritm||algorithm | 75 | algorritm||algorithm |
76 | aligment||alignment | 76 | aligment||alignment |
77 | alignement||alignment | ||
77 | allign||align | 78 | allign||align |
78 | allocatrd||allocated | 79 | allocatrd||allocated |
79 | allocte||allocate | 80 | allocte||allocate |
@@ -746,6 +747,7 @@ pakage||package | |||
746 | pallette||palette | 747 | pallette||palette |
747 | paln||plan | 748 | paln||plan |
748 | paramameters||parameters | 749 | paramameters||parameters |
750 | paramaters||parameters | ||
749 | paramater||parameter | 751 | paramater||parameter |
750 | parametes||parameters | 752 | parametes||parameters |
751 | parametised||parametrised | 753 | parametised||parametrised |
@@ -990,6 +992,7 @@ straming||streaming | |||
990 | struc||struct | 992 | struc||struct |
991 | structres||structures | 993 | structres||structures |
992 | stuct||struct | 994 | stuct||struct |
995 | strucuture||structure | ||
993 | stucture||structure | 996 | stucture||structure |
994 | sturcture||structure | 997 | sturcture||structure |
995 | subdirectoires||subdirectories | 998 | subdirectoires||subdirectories |