summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbb/hash_md5_sha_x86-64.S2
-rwxr-xr-xlibbb/hash_md5_sha_x86-64.S.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/libbb/hash_md5_sha_x86-64.S b/libbb/hash_md5_sha_x86-64.S
index 3e1c4b4..ec4e637 100644
--- a/libbb/hash_md5_sha_x86-64.S
+++ b/libbb/hash_md5_sha_x86-64.S
@@ -21,7 +21,7 @@ sha1_process_block64:
# ebp: e
# esi,edi: temps
# -32+4*n(%rsp),r8...r15: W[0..7,8..15]
-# (TODO: actually W[0..7] are used a bit more often, put _thme_ into r8..r15?)
+# (TODO: actually W[0..7] are used a bit more often, put _them_ into r8..r15?)
movq 4*8(%rdi), %r8
bswapq %r8
diff --git a/libbb/hash_md5_sha_x86-64.S.sh b/libbb/hash_md5_sha_x86-64.S.sh
index 931c0f0..5f09546 100755
--- a/libbb/hash_md5_sha_x86-64.S.sh
+++ b/libbb/hash_md5_sha_x86-64.S.sh
@@ -30,7 +30,7 @@ sha1_process_block64:
# ebp: e
# esi,edi: temps
# -32+4*n(%rsp),r8...r15: W[0..7,8..15]
-# (TODO: actually W[0..7] are used a bit more often, put _thme_ into r8..r15?)
+# (TODO: actually W[0..7] are used a bit more often, put _them_ into r8..r15?)
movq 4*8(%rdi), %r8
bswapq %r8