summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/asm
diff options
context:
space:
mode:
authorkrw <>2016-03-20 16:50:29 +0000
committerkrw <>2016-03-20 16:50:29 +0000
commitb0d59af38cf8802ece4b23a2ed7c6271dd75137b (patch)
tree0b42d780771922548ed4c8debc8dd681316a9399 /src/lib/libcrypto/des/asm
parent2915fa70193d5bf5e6e22e036e5f141bca9f91e3 (diff)
downloadopenbsd-b0d59af38cf8802ece4b23a2ed7c6271dd75137b.tar.gz
openbsd-b0d59af38cf8802ece4b23a2ed7c6271dd75137b.tar.bz2
openbsd-b0d59af38cf8802ece4b23a2ed7c6271dd75137b.zip
" the the " -> " the ", or in a couple of cases replace the superfluous
"the" with the obviously intended word. Started with a "the the" spotted by Mihal Mazurek.
Diffstat (limited to 'src/lib/libcrypto/des/asm')
-rw-r--r--src/lib/libcrypto/des/asm/des_enc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/des/asm/des_enc.m4 b/src/lib/libcrypto/des/asm/des_enc.m4
index 68c162e5d8..b117735828 100644
--- a/src/lib/libcrypto/des/asm/des_enc.m4
+++ b/src/lib/libcrypto/des/asm/des_enc.m4
@@ -130,7 +130,7 @@ changequote({,})
130! 130!
131! Loads key first round from address in parameter 5 to out0, out1. 131! Loads key first round from address in parameter 5 to out0, out1.
132! 132!
133! After the the original LibDES initial permutation, the resulting left 133! After the original LibDES initial permutation, the resulting left
134! is in the variable initially used for right and vice versa. The macro 134! is in the variable initially used for right and vice versa. The macro
135! implements the possibility to keep the halfs in the original registers. 135! implements the possibility to keep the halfs in the original registers.
136! 136!