summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dso
diff options
context:
space:
mode:
authorkrw <>2016-03-15 20:50:22 +0000
committerkrw <>2016-03-15 20:50:22 +0000
commit4895438d43fba93c4ffc4bf8cfdc8c2a46cc8073 (patch)
tree6500824b8067c795c51a0528b781ff705870a104 /src/lib/libcrypto/dso
parent8daa7bac4b58e4f955388e48607a12538c45fc40 (diff)
downloadopenbsd-4895438d43fba93c4ffc4bf8cfdc8c2a46cc8073.tar.gz
openbsd-4895438d43fba93c4ffc4bf8cfdc8c2a46cc8073.tar.bz2
openbsd-4895438d43fba93c4ffc4bf8cfdc8c2a46cc8073.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.h4
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 */