Skip to content

Commit 7e9116b

Browse files
mcostalbaJunio C Hamano
authored andcommitted
Fix an unmatched comment end in arm/sha1_arm.S
Signed-off-by: Marco Costalba <[email protected]> Acked-by: Nicolas Pitre <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a9d9a1b commit 7e9116b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arm/sha1_arm.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sha_transform:
2323
stmfd sp!, {r4 - r8, lr}
2424

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

2828
#ifdef __ARMEB__
2929
mov r4, r0

0 commit comments

Comments
 (0)