From cd3730786509462c9f40deda12b017ae12a5e5f0 Mon Sep 17 00:00:00 2001 From: op Date: Tue, 3 Sep 2024 18:20:35 +0000 Subject: [PATCH] typo in comment; saveguard -> safeguard; ok gilles@ --- lib/libc/asr/gethostnamadr_async.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/asr/gethostnamadr_async.c b/lib/libc/asr/gethostnamadr_async.c index c570be34d38..1be4f608df5 100644 --- a/lib/libc/asr/gethostnamadr_async.c +++ b/lib/libc/asr/gethostnamadr_async.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gethostnamadr_async.c,v 1.49 2023/11/22 13:19:31 florian Exp $ */ +/* $OpenBSD: gethostnamadr_async.c,v 1.50 2024/09/03 18:20:35 op Exp $ */ /* * Copyright (c) 2012 Eric Faurot * @@ -329,7 +329,7 @@ gethostnamadr_async_run(struct asr_query *as, struct asr_result *ar) /* * We either got no packet or a packet without an answer. - * Saveguard the h_errno and use the next DB. + * Safeguard the h_errno and use the next DB. */ if (ar->ar_count == 0) { free(ar->ar_data); -- 2.20.1