summaryrefslogtreecommitdiff
path: root/x86
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2009-10-06 12:32:04 +0200
committerNiels Möller <nisse@lysator.liu.se>2009-10-06 12:32:04 +0200
commit06e2763bf1340718b1d5d21d45b6078e14b72ab2 (patch)
tree957587362eee4c1f612fc8d865e2b4802528e03a /x86
parent328953fbd39c194726df3bb945f050414999d9d2 (diff)
downloadnettle-06e2763bf1340718b1d5d21d45b6078e14b72ab2.tar.gz
Typo fix in comment.
Rev: nettle/x86/md5-compress.asm:1.2
Diffstat (limited to 'x86')
-rw-r--r--x86/md5-compress.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86/md5-compress.asm b/x86/md5-compress.asm
index 96647543..bd895eaa 100644
--- a/x86/md5-compress.asm
+++ b/x86/md5-compress.asm
@@ -88,7 +88,7 @@ PROLOGUE(_nettle_md5_compress)
movl 12(TMP), SD
C Pointer to source data.
- C Note that if analigned, we suffer unaligned accesses
+ C Note that if unaligned, we suffer unaligned accesses
movl 24(%esp), INPUT
ROUND(<F1>, SA, SB, SC, SD, REF( 0), $0xd76aa478, 7)