summaryrefslogtreecommitdiff
path: root/lib/libdes/asm
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-03-10 04:02:51 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-03-10 04:02:51 +0000
commit19fdb6d219cdc3ea1495722bc27d42562dcd78c5 (patch)
tree6dd51d99f33ec4a3a2dc9d7c44949743578c53c6 /lib/libdes/asm
parentb9b34c1267966b63be8a38ff26f4774aa957eb7d (diff)
duplicate words and spelling fixes in comments
ok miod@
Diffstat (limited to 'lib/libdes/asm')
-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 :-).