diff options
author | jmc <> | 2022-12-26 07:18:53 +0000 |
---|---|---|
committer | jmc <> | 2022-12-26 07:18:53 +0000 |
commit | 8144b51086b3c46594192ccbec62762e58d61200 (patch) | |
tree | 26f3d93398833b7449b8a97e9fe4af9904382dbf /src/lib/libcrypto/sparccpuid.S | |
parent | 54da696f897367a85e20e97a53d29b18b44cf8b7 (diff) | |
download | openbsd-8144b51086b3c46594192ccbec62762e58d61200.tar.gz openbsd-8144b51086b3c46594192ccbec62762e58d61200.tar.bz2 openbsd-8144b51086b3c46594192ccbec62762e58d61200.zip |
spelling fixes; from paul tagliamonte
i removed the arithmetics -> arithmetic changes, as i felt they
were not clearly correct
ok tb
Diffstat (limited to 'src/lib/libcrypto/sparccpuid.S')
-rw-r--r-- | src/lib/libcrypto/sparccpuid.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/sparccpuid.S b/src/lib/libcrypto/sparccpuid.S index b913e3dddb..757e015704 100644 --- a/src/lib/libcrypto/sparccpuid.S +++ b/src/lib/libcrypto/sparccpuid.S | |||
@@ -263,7 +263,7 @@ _sparcv9_vis1_instrument: | |||
263 | sub %o3,%o2,%o2 | 263 | sub %o3,%o2,%o2 |
264 | sub %o4,%o3,%o3 | 264 | sub %o4,%o3,%o3 |
265 | 265 | ||
266 | ! find minumum value | 266 | ! find minimum value |
267 | cmp %o0,%o1 | 267 | cmp %o0,%o1 |
268 | .word 0x38680002 !bgu,a %xcc,.+8 | 268 | .word 0x38680002 !bgu,a %xcc,.+8 |
269 | mov %o1,%o0 | 269 | mov %o1,%o0 |