Removed ugly size_t less than zero check.
[oweals/openssl.git] / crypto / perlasm / x86_64-xlate.pl
index 2d9e1a1cc4966fcfc684a10bf47d535403041907..425cd292e7deec2c086f69f0ee108e5514b19b4f 100755 (executable)
@@ -429,7 +429,7 @@ my %globals;
        }
     }
 }
-{ package expr;                # pick up expressioins
+{ package expr;                # pick up expressions
     sub re {
        my      ($class, $line, $opcode) = @_;
        my      $self = {};
@@ -1004,7 +1004,7 @@ close STDOUT;
 # the area above user stack pointer in true asynchronous manner...
 #
 # All the above means that if assembler programmer adheres to Unix
-# register and stack layout, but disregards the "red zone" existense,
+# register and stack layout, but disregards the "red zone" existence,
 # it's possible to use following prologue and epilogue to "gear" from
 # Unix to Win64 ABI in leaf functions with not more than 6 arguments.
 #