Commit 9b9f8315 authored by FdaSilvaYY's avatar FdaSilvaYY Committed by Rich Salz
Browse files

Fix a few typos



Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2571)
(cherry picked from commit 7e12cdb5)
parent b70dc3a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -414,7 +414,7 @@ my %globals;
	}
    }
}
{ package expr;		# pick up expressioins
{ package expr;		# pick up expressions
    sub re {
	my	$self = shift;	# single instance is enough...
	local	*line = shift;
@@ -977,7 +977,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.
#