diff options
author | deraadt <> | 2014-06-06 20:18:20 +0000 |
---|---|---|
committer | deraadt <> | 2014-06-06 20:18:20 +0000 |
commit | 93ba46972d1208b467cbbdcfb9ae5873587eb6ba (patch) | |
tree | ebea4558b1ae14278b12d8a4e4b51b7ef8bed81a /src/lib/libcrypto/perlasm | |
parent | cdf40bdf9747645f289603813ca763593348e29f (diff) | |
download | openbsd-93ba46972d1208b467cbbdcfb9ae5873587eb6ba.tar.gz openbsd-93ba46972d1208b467cbbdcfb9ae5873587eb6ba.tar.bz2 openbsd-93ba46972d1208b467cbbdcfb9ae5873587eb6ba.zip |
s/assember/assembler/ before someone gets offended. At the last
hackathon, just saying 'ass ember' was enough to start giggles.
Unfortunately far more offensive stuff remains in here...
Diffstat (limited to 'src/lib/libcrypto/perlasm')
-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 | ||