summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/x86-mont.pl
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2016-03-15 21:52:31 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-15 23:56:17 +0100
commit1bf80d93024e72628d4351c7ad19c0dfe635aa95 (patch)
tree686c6c224081cb4b673451824f44256db6089b99 /crypto/bn/asm/x86-mont.pl
parent4def90c5de3465bd4bc69d069d5f50367108ab27 (diff)
Explain *cough*-dows
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/bn/asm/x86-mont.pl')
-rwxr-xr-xcrypto/bn/asm/x86-mont.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/x86-mont.pl b/crypto/bn/asm/x86-mont.pl
index 972de2650b..50d3350714 100755
--- a/crypto/bn/asm/x86-mont.pl
+++ b/crypto/bn/asm/x86-mont.pl
@@ -88,7 +88,7 @@ $frame=32; # size of above frame rounded up to 16n
&and ("esp",-64); # align to cache line
- # Some OSes, *cough*-dows, insist on stack being "wired" to
+ # Some OSes (Windows) insist on stack being "wired" to
# physical memory in strictly sequential manner, i.e. if stack
# allocation spans two pages, then reference to farmost one can
# be punishable by SEGV. But page walking can do good even on