aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2022-01-03 13:14:09 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2022-01-03 13:14:09 +0100
commit4387077f8e69c26ce5ce4a8119c225cc1c461f88 (patch)
treec1eb7c1a4e21820b6546becd87a2af15cb331a5b
parent947bef0deaba7b2ce432d515379091dcd4cf747f (diff)
downloadbusybox-w32-4387077f8e69c26ce5ce4a8119c225cc1c461f88.tar.gz
busybox-w32-4387077f8e69c26ce5ce4a8119c225cc1c461f88.tar.bz2
busybox-w32-4387077f8e69c26ce5ce4a8119c225cc1c461f88.zip
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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 3e1c4b455..ec4e63765 100644
--- a/libbb/hash_md5_sha_x86-64.S
+++ b/libbb/hash_md5_sha_x86-64.S
@@ -21,7 +21,7 @@ sha1_process_block64:
21# ebp: e 21# ebp: e
22# esi,edi: temps 22# esi,edi: temps
23# -32+4*n(%rsp),r8...r15: W[0..7,8..15] 23# -32+4*n(%rsp),r8...r15: W[0..7,8..15]
24# (TODO: actually W[0..7] are used a bit more often, put _thme_ into r8..r15?) 24# (TODO: actually W[0..7] are used a bit more often, put _them_ into r8..r15?)
25 25
26 movq 4*8(%rdi), %r8 26 movq 4*8(%rdi), %r8
27 bswapq %r8 27 bswapq %r8
diff --git a/libbb/hash_md5_sha_x86-64.S.sh b/libbb/hash_md5_sha_x86-64.S.sh
index 931c0f0fd..5f09546b2 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:
30# ebp: e 30# ebp: e
31# esi,edi: temps 31# esi,edi: temps
32# -32+4*n(%rsp),r8...r15: W[0..7,8..15] 32# -32+4*n(%rsp),r8...r15: W[0..7,8..15]
33# (TODO: actually W[0..7] are used a bit more often, put _thme_ into r8..r15?) 33# (TODO: actually W[0..7] are used a bit more often, put _them_ into r8..r15?)
34 34
35 movq 4*8(%rdi), %r8 35 movq 4*8(%rdi), %r8
36 bswapq %r8 36 bswapq %r8