Many spelling fixes/typo's corrected.
[openssl.git] / crypto / modes / asm / ghash-parisc.pl
index 1d6254543bae9b72719c84cd4fde0ea23d3e9b98..fef2db19405d56537ff2e217c0eee5c6a59fb7df 100644 (file)
@@ -705,7 +705,7 @@ my $depd = sub {
   my ($mod,$args) = @_;
   my $orig = "depd$mod\t$args";
 
-    # I only have ",z" completer, it's impicitly encoded...
+    # I only have ",z" completer, it's implicitly encoded...
     if ($args =~ /%r([0-9]+),([0-9]+),([0-9]+),%r([0-9]+)/)    # format 16
     {  my $opcode=(0x3c<<26)|($4<<21)|($1<<16);
        my $cpos=63-$2;