diff options
| author | jmc <> | 2022-12-26 07:18:53 +0000 |
|---|---|---|
| committer | jmc <> | 2022-12-26 07:18:53 +0000 |
| commit | 2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120 (patch) | |
| tree | 26f3d93398833b7449b8a97e9fe4af9904382dbf /src/lib/libcrypto/bn/asm/mips.pl | |
| parent | df59a12113ba6ec4c6faecd033d46176453f697e (diff) | |
| download | openbsd-2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120.tar.gz openbsd-2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120.tar.bz2 openbsd-2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120.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/bn/asm/mips.pl')
| -rw-r--r-- | src/lib/libcrypto/bn/asm/mips.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/asm/mips.pl b/src/lib/libcrypto/bn/asm/mips.pl index 215c9a7483..02d43e15b0 100644 --- a/src/lib/libcrypto/bn/asm/mips.pl +++ b/src/lib/libcrypto/bn/asm/mips.pl | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | # This is drop-in MIPS III/IV ISA replacement for crypto/bn/bn_asm.c. | 15 | # This is drop-in MIPS III/IV ISA replacement for crypto/bn/bn_asm.c. |
| 16 | # | 16 | # |
| 17 | # The module is designed to work with either of the "new" MIPS ABI(5), | 17 | # The module is designed to work with either of the "new" MIPS ABI(5), |
| 18 | # namely N32 or N64, offered by IRIX 6.x. It's not ment to work under | 18 | # namely N32 or N64, offered by IRIX 6.x. It's not meant to work under |
| 19 | # IRIX 5.x not only because it doesn't support new ABIs but also | 19 | # IRIX 5.x not only because it doesn't support new ABIs but also |
| 20 | # because 5.x kernels put R4x00 CPU into 32-bit mode and all those | 20 | # because 5.x kernels put R4x00 CPU into 32-bit mode and all those |
| 21 | # 64-bit instructions (daddu, dmultu, etc.) found below gonna only | 21 | # 64-bit instructions (daddu, dmultu, etc.) found below gonna only |
