summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/perlasm/readme
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/perlasm/readme')
-rw-r--r--src/lib/libcrypto/perlasm/readme2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/perlasm/readme b/src/lib/libcrypto/perlasm/readme
index f02bbee75a..57d61fda1e 100644
--- a/src/lib/libcrypto/perlasm/readme
+++ b/src/lib/libcrypto/perlasm/readme
@@ -7,7 +7,7 @@ and then include it.
7push(@INC,"perlasm","../../perlasm"); 7push(@INC,"perlasm","../../perlasm");
8require "x86asm.pl"; 8require "x86asm.pl";
9 9
10The first thing we do is setup the file and type of assember 10The first thing we do is setup the file and type of assembler
11 11
12&asm_init($ARGV[0],$0); 12&asm_init($ARGV[0],$0);
13 13