diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
commit | f0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch) | |
tree | f9bafe25867d0323af89776288c80edb6b30c09c /lib/libdes/asm | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'lib/libdes/asm')
-rw-r--r-- | lib/libdes/asm/readme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdes/asm/readme b/lib/libdes/asm/readme index 93fc13b83f9..36c79992833 100644 --- a/lib/libdes/asm/readme +++ b/lib/libdes/asm/readme @@ -1,5 +1,5 @@ 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 +dependent 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 get |