diff options
| author | krw <> | 2016-03-15 20:50:22 +0000 |
|---|---|---|
| committer | krw <> | 2016-03-15 20:50:22 +0000 |
| commit | 22eed2e943ba62fc8032bff2092946419e60bd52 (patch) | |
| tree | 6500824b8067c795c51a0528b781ff705870a104 /src/lib/libcrypto/dso | |
| parent | b538d049e986f1a9da51f80ea3a706bced6f4b91 (diff) | |
| download | openbsd-22eed2e943ba62fc8032bff2092946419e60bd52.tar.gz openbsd-22eed2e943ba62fc8032bff2092946419e60bd52.tar.bz2 openbsd-22eed2e943ba62fc8032bff2092946419e60bd52.zip | |
'accomodate' -> 'accommodate' in comments.
Started by diff from Mical Mazurek.
Diffstat (limited to 'src/lib/libcrypto/dso')
| -rw-r--r-- | src/lib/libcrypto/dso/dso.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dso/dso.h b/src/lib/libcrypto/dso/dso.h index 42de08089e..6c982c9f97 100644 --- a/src/lib/libcrypto/dso/dso.h +++ b/src/lib/libcrypto/dso/dso.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: dso.h,v 1.11 2015/02/07 13:19:15 doug Exp $ */ | 1 | /* $OpenBSD: dso.h,v 1.12 2016/03/15 20:50:22 krw Exp $ */ |
| 2 | /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL | 2 | /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL |
| 3 | * project 2000. | 3 | * project 2000. |
| 4 | */ | 4 | */ |
| @@ -286,7 +286,7 @@ DSO_METHOD *DSO_METHOD_dlfcn(void); | |||
| 286 | * returns the number of characters [including trailing zero] | 286 | * returns the number of characters [including trailing zero] |
| 287 | * written to it. If 'sz' is 0 or negative, 'path' is ignored and | 287 | * written to it. If 'sz' is 0 or negative, 'path' is ignored and |
| 288 | * required amount of charachers [including trailing zero] to | 288 | * required amount of charachers [including trailing zero] to |
| 289 | * accomodate pathname is returned. If 'addr' is NULL, then | 289 | * accommodate pathname is returned. If 'addr' is NULL, then |
| 290 | * pathname of cryptolib itself is returned. Negative or zero | 290 | * pathname of cryptolib itself is returned. Negative or zero |
| 291 | * return value denotes error. | 291 | * return value denotes error. |
| 292 | */ | 292 | */ |
