git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix an unmatched comment end in arm/sha1_arm.S
@ 2007-05-12 10:35 Marco Costalba
  2007-05-12 15:50 ` Nicolas Pitre
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Costalba @ 2007-05-12 10:35 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Git Mailing List

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
---
 arm/sha1_arm.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arm/sha1_arm.S b/arm/sha1_arm.S
index da92d20..a328b73 100644
--- a/arm/sha1_arm.S
+++ b/arm/sha1_arm.S
@@ -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
-- 
1.5.2.rc3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-12 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-12 10:35 [PATCH] Fix an unmatched comment end in arm/sha1_arm.S Marco Costalba
2007-05-12 15:50 ` Nicolas Pitre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).