summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/chacha/asm/chacha-c64xplus.pl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/crypto/chacha/asm/chacha-c64xplus.pl')
-rwxr-xr-xdeps/openssl/openssl/crypto/chacha/asm/chacha-c64xplus.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/openssl/openssl/crypto/chacha/asm/chacha-c64xplus.pl b/deps/openssl/openssl/crypto/chacha/asm/chacha-c64xplus.pl
index bdb380442c..266401eb16 100755
--- a/deps/openssl/openssl/crypto/chacha/asm/chacha-c64xplus.pl
+++ b/deps/openssl/openssl/crypto/chacha/asm/chacha-c64xplus.pl
@@ -22,7 +22,7 @@
# faster than code generated by TI compiler. Compiler also disables
# interrupts for some reason, thus making interrupt response time
# dependent on input length. This module on the other hand is free
-# from such limiation.
+# from such limitation.
$output=pop;
open STDOUT,">$output";