summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Courreges-Anglas <jca@cvs.openbsd.org>2022-06-20 06:45:32 +0000
committerJeremie Courreges-Anglas <jca@cvs.openbsd.org>2022-06-20 06:45:32 +0000
commitcf51bafd72f939da660e381e6f3acd3dd24e86ec (patch)
tree644147b967c689c18a85fef123cc57240b8be78d
parent8a0d04e4158a3b5f7e172137b488db211b50e14c (diff)
Fixup comment
-rw-r--r--lib/libc/asr/res_send_async.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/asr/res_send_async.c b/lib/libc/asr/res_send_async.c
index a309070efcd..98ea3b172c9 100644
--- a/lib/libc/asr/res_send_async.c
+++ b/lib/libc/asr/res_send_async.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: res_send_async.c,v 1.40 2021/11/22 20:18:27 jca Exp $ */
+/* $OpenBSD: res_send_async.c,v 1.41 2022/06/20 06:45:31 jca Exp $ */
/*
* Copyright (c) 2012 Eric Faurot <eric@openbsd.org>
*
@@ -129,8 +129,8 @@ _res_query_async_ctx(const char *name, int class, int type, struct asr_ctx *a_ct
return (NULL); /* errno set */
as->as_run = res_send_async_run;
- /* This adds a "." to name if it doesn't already has one.
- * That's how res_query() behaves (through res_mkquery").
+ /* This adds a "." to name if it doesn't already have one.
+ * That's how res_query() behaves (through res_mkquery).
*/
if (setup_query(as, name, NULL, class, type) == -1)
goto err; /* errno set */