Skip to content

Commit

Permalink
Fix an unmatched comment end in arm/sha1_arm.S
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
Acked-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Marco Costalba authored and Junio C Hamano committed May 12, 2007
1 parent a9d9a1b commit 7e9116b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm/sha1_arm.S
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sha_transform:
stmfd sp!, {r4 - r8, lr}

@ for (i = 0; i < 16; i++)
@ W[i] = ntohl(((uint32_t *)data)[i]); */
@ W[i] = ntohl(((uint32_t *)data)[i]);

#ifdef __ARMEB__
mov r4, r0
Expand Down

0 comments on commit 7e9116b

Please sign in to comment.