Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libresolv fix typo in comment: white spae -> whitespace.



details:   https://anonhg.NetBSD.org/src/rev/61e7833f3313
branches:  trunk
changeset: 366697:61e7833f3313
user:      andvar <andvar%NetBSD.org@localhost>
date:      Thu Jun 09 14:02:30 2022 +0000

description:
fix typo in comment: white spae -> whitespace.

diffstat:

 lib/libresolv/res_mkupdate.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 73ee28131ddf -r 61e7833f3313 lib/libresolv/res_mkupdate.c
--- a/lib/libresolv/res_mkupdate.c      Thu Jun 09 07:01:27 2022 +0000
+++ b/lib/libresolv/res_mkupdate.c      Thu Jun 09 14:02:30 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: res_mkupdate.c,v 1.2 2012/11/19 13:45:00 christos Exp $        */
+/*     $NetBSD: res_mkupdate.c,v 1.3 2022/06/09 14:02:30 andvar Exp $  */
 
 /*
  * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
@@ -26,7 +26,7 @@
 #if 0
 static const char rcsid[] = "Id: res_mkupdate.c,v 1.10 2008/12/11 09:59:00 marka Exp ";
 #else
-__RCSID("$NetBSD: res_mkupdate.c,v 1.2 2012/11/19 13:45:00 christos Exp $");
+__RCSID("$NetBSD: res_mkupdate.c,v 1.3 2022/06/09 14:02:30 andvar Exp $");
 #endif
 
 #include "port_before.h"
@@ -750,7 +750,7 @@
 }
 
 /*%
- * get a white spae delimited string from memory.  Process quoted strings
+ * get a whitespace delimited string from memory.  Process quoted strings
  * and \\DDD escapes.  Return length or -1 on error.  Returned string may
  * contain nulls.
  */



Home | Main Index | Thread Index | Old Index