diff options
Diffstat (limited to 'src/lib/libcrypto/perlasm/readme')
-rw-r--r-- | src/lib/libcrypto/perlasm/readme | 2 |
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. | |||
7 | push(@INC,"perlasm","../../perlasm"); | 7 | push(@INC,"perlasm","../../perlasm"); |
8 | require "x86asm.pl"; | 8 | require "x86asm.pl"; |
9 | 9 | ||
10 | The first thing we do is setup the file and type of assember | 10 | The 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 | ||