diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-27 14:29:48 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-27 18:43:47 -0800 |
commit | 9a284e5c9e04a3533f72eda8956162dfc77684a9 (patch) | |
tree | a6dac7e9fa7c62780a8438f904b45caa551b42b6 /arch/arm64 | |
parent | 1cce200081d182e0ae6b40bcb1cfdecfdfc09fe4 (diff) | |
download | linux-stable-9a284e5c9e04a3533f72eda8956162dfc77684a9.tar.gz linux-stable-9a284e5c9e04a3533f72eda8956162dfc77684a9.tar.bz2 linux-stable-9a284e5c9e04a3533f72eda8956162dfc77684a9.zip |
scripts/spelling.txt: add "overwritting" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt:
overwritting||overwriting
Link: http://lkml.kernel.org/r/1481573103-11329-29-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/lib/copy_template.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/lib/copy_template.S b/arch/arm64/lib/copy_template.S index 410fbdb8163f..f5b9210f1c83 100644 --- a/arch/arm64/lib/copy_template.S +++ b/arch/arm64/lib/copy_template.S @@ -62,7 +62,7 @@ D_h .req x14 sub count, count, tmp2 /* * Copy the leading memory data from src to dst in an increasing - * address order.By this way,the risk of overwritting the source + * address order.By this way,the risk of overwriting the source * memory data is eliminated when the distance between src and * dst is less than 16. The memory accesses here are alignment. */ |