summaryrefslogtreecommitdiff
path: root/arch/score
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2013-12-05 15:38:19 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-12-10 17:13:33 -0200
commit8a38db133358f9370e6bb453371e630495c59070 (patch)
treea88c826f81e74f98efa704f51dd608eb4ed86343 /arch/score
parenta51cd8f5d0a21ccc8d313a9992293ab2541b40a8 (diff)
[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')
-rw-r--r--arch/score/lib/checksum.S2
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? */