diff options
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 |