diff options
author | 2014-06-06 20:18:20 +0000 | |
---|---|---|
committer | 2014-06-06 20:18:20 +0000 | |
commit | c34dff35f77e0533520765c5b86bda16b84db35b (patch) | |
tree | 8e5d9284cc1d9a2b796e686323430ea3745af565 /lib/libcrypto/perlasm/readme | |
parent | Update description of optional argument "datalen" to reality. (diff) | |
download | wireguard-openbsd-c34dff35f77e0533520765c5b86bda16b84db35b.tar.xz wireguard-openbsd-c34dff35f77e0533520765c5b86bda16b84db35b.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 'lib/libcrypto/perlasm/readme')
-rw-r--r-- | lib/libcrypto/perlasm/readme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/perlasm/readme b/lib/libcrypto/perlasm/readme index f02bbee75a1..57d61fda1ee 100644 --- a/lib/libcrypto/perlasm/readme +++ b/lib/libcrypto/perlasm/readme @@ -7,7 +7,7 @@ and then include it. push(@INC,"perlasm","../../perlasm"); require "x86asm.pl"; -The first thing we do is setup the file and type of assember +The first thing we do is setup the file and type of assembler &asm_init($ARGV[0],$0); |