From: jca Date: Mon, 20 Jun 2022 06:45:31 +0000 (+0000) Subject: Fixup comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a34e6b005929e2b8f34fad2ab5a373c8a3ed18f4;p=openbsd Fixup comment --- 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 * @@ -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 */