X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fsha%2Fasm%2Fsha512-s390x.pl;h=d2aceec68c0007dff23d07bfe44a833ed0703ce1;hp=5dd17473fabd231ecb38e8fa5bda7dd4b8e9a479;hb=399f94bfb45c993d7e08d604532d1dc72dc944a4;hpb=1fa29843fa2f23d01b7896b667e44fd60ed6d9ce diff --git a/crypto/sha/asm/sha512-s390x.pl b/crypto/sha/asm/sha512-s390x.pl index 5dd17473fa..d2aceec68c 100644 --- a/crypto/sha/asm/sha512-s390x.pl +++ b/crypto/sha/asm/sha512-s390x.pl @@ -12,7 +12,7 @@ # April 2007. # # sha256_block_data_order is reportedly >3 times faster than gcc 3.3 -# generated code (must to be a bug in compiler, as improvement is +# generated code (must be a bug in compiler, as improvement is # "pathologically" high, in particular in comparison to other SHA # modules). But the real twist is that it detects if hardware support # for SHA256 is available and in such case utilizes it. Then the