summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-01-25 17:50:23 +0000
committerAndy Polyakov <appro@openssl.org>2012-01-25 17:50:23 +0000
commiteaf5bd168e7a96f3ae3022ad6e87da5be35de04a (patch)
tree2e665020f6c4280473337289a2709fad4fe33420 /crypto/perlasm
parentd7ecc206ba1fb17d99bae96ca5f3a59dffdf66ab (diff)
x86_64-xlate.pl: 1.0.1-specific typo.
Diffstat (limited to 'crypto/perlasm')
-rwxr-xr-xcrypto/perlasm/x86_64-xlate.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/perlasm/x86_64-xlate.pl b/crypto/perlasm/x86_64-xlate.pl
index 0cf6f0534a..1492e1c2e7 100755
--- a/crypto/perlasm/x86_64-xlate.pl
+++ b/crypto/perlasm/x86_64-xlate.pl
@@ -569,7 +569,7 @@ my %globals;
$v.=" READONLY";
$v.=" ALIGN(".($1 eq "p" ? 4 : 8).")" if ($masm>=$masmref);
} elsif ($line=~/\.CRT\$/i) {
- $v.=" READONLY "
+ $v.=" READONLY ";
$v.=$masm>=$masmref ? "ALIGN(8)" : "DWORD";
}
}