summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorOmar Polo <op@cvs.openbsd.org>2024-09-03 18:20:36 +0000
committerOmar Polo <op@cvs.openbsd.org>2024-09-03 18:20:36 +0000
commit2a60a90f9ef548624913f8aa298ecb4e509df0d6 (patch)
tree3d32fab96abb5aa320466c048063e67ae2a7f2e8 /lib/libc
parent669d1de6943a3d288df77babd5352b4671a6be8b (diff)
typo in comment; saveguard -> safeguard; ok gilles@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/asr/gethostnamadr_async.c4
1 files 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 <eric@openbsd.org>
*
@@ -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);