diff options
author | Kees Cook <keescook@chromium.org> | 2013-12-05 22:38:19 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-12-10 23:13:33 +0400 |
commit | 8a38db133358f9370e6bb453371e630495c59070 (patch) | |
tree | a88c826f81e74f98efa704f51dd608eb4ed86343 /arch/score/lib | |
parent | a51cd8f5d0a21ccc8d313a9992293ab2541b40a8 (diff) | |
download | linux-8a38db133358f9370e6bb453371e630495c59070.tar.xz |
[media] doc: no singing
Stop that, stop that! You're not going to do a song while I'm here.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'arch/score/lib')
-rw-r--r-- | arch/score/lib/checksum.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/score/lib/checksum.S b/arch/score/lib/checksum.S index 706157edc7d5..1141f2b4a501 100644 --- a/arch/score/lib/checksum.S +++ b/arch/score/lib/checksum.S @@ -137,7 +137,7 @@ ENTRY(csum_partial) ldi r25, 0 mv r10, r5 cmpi.c r5, 0x8 - blt small_csumcpy /* < 8(singed) bytes to copy */ + blt small_csumcpy /* < 8(signed) bytes to copy */ cmpi.c r5, 0x0 beq out andri.c r25, src, 0x1 /* odd buffer? */ |