summaryrefslogtreecommitdiff
path: root/lib/libdes/options.txt
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-03-29 17:29:11 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-03-29 17:29:11 +0000
commit462a9a2570a038fe270493433e285633576b25fd (patch)
treef20e707de1e54ad7b3f34eac96451baaa79adc4b /lib/libdes/options.txt
parent7c6c97a71619003578e1a08b597a8d2b75c3f18f (diff)
belive -> believe
Diffstat (limited to 'lib/libdes/options.txt')
-rw-r--r--lib/libdes/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdes/options.txt b/lib/libdes/options.txt
index d88aa3088ca..8519b83f997 100644
--- a/lib/libdes/options.txt
+++ b/lib/libdes/options.txt
@@ -25,7 +25,7 @@ AIX - old slow one :-) - cc - 39,000 312k/s
Notes.
[1] For the ultra sparc, SunC 4.0 cc -fast -Xa -xO5, running 'des_opts'
gives a speed of 475,000 des/s while 'speed' gives 417,000 des/s.
- I belive the difference is tied up in optimisation that the compiler
+ I believe the difference is tied up in optimisation that the compiler
is able to perform when the code is 'inlined'. For 'speed', the DES
routines are being linked from a library. I'll record the higher
speed since if performance is everything, you can always inline