summaryrefslogtreecommitdiff
path: root/lib/libdes/asm/readme
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libdes/asm/readme')
-rw-r--r--lib/libdes/asm/readme2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdes/asm/readme b/lib/libdes/asm/readme
index bb1a8e9956f..93fc13b83f9 100644
--- a/lib/libdes/asm/readme
+++ b/lib/libdes/asm/readme
@@ -2,7 +2,7 @@ First up, let me say I don't like writing in assembler. It is not portable,
dependant on the particular CPU architecture release and is generally a pig
to debug and get right. Having said that, the x86 architecture is probably
the most important for speed due to number of boxes and since
-it appears to be the worst architecture to to get
+it appears to be the worst architecture to get
good C compilers for. So due to this, I have lowered myself to do
assembler for the inner DES routines in libdes :-).