diff options
author | 2018-10-22 17:31:24 +0000 | |
---|---|---|
committer | 2018-10-22 17:31:24 +0000 | |
commit | c43131ad7f420c8af6cee2cdfbcd3f96b0d6e971 (patch) | |
tree | 1d9b9500a52d708ea5beca72031c174bf6b63eec /lib/libc/asr/asr.c | |
parent | The recent switch to realpath(3) for the boot string in vmd(8) broke (diff) | |
download | wireguard-openbsd-c43131ad7f420c8af6cee2cdfbcd3f96b0d6e971.tar.xz wireguard-openbsd-c43131ad7f420c8af6cee2cdfbcd3f96b0d6e971.zip |
More "explicitely" -> "explicitly" in various comments.
ok guenther@ tb@ deraadt@
Diffstat (limited to 'lib/libc/asr/asr.c')
-rw-r--r-- | lib/libc/asr/asr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/asr/asr.c b/lib/libc/asr/asr.c index 4c39785fecf..4891470b138 100644 --- a/lib/libc/asr/asr.c +++ b/lib/libc/asr/asr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asr.c,v 1.60 2018/04/28 15:16:49 schwarze Exp $ */ +/* $OpenBSD: asr.c,v 1.61 2018/10/22 17:31:24 krw Exp $ */ /* * Copyright (c) 2010-2012 Eric Faurot <eric@openbsd.org> * @@ -303,7 +303,7 @@ _asr_async_free(struct asr_query *as) /* * Get a context from the given resolver. This takes a new reference to - * the returned context, which *must* be explicitely dropped when done + * the returned context, which *must* be explicitly dropped when done * using this context. */ struct asr_ctx * |