summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/res_comp.c
diff options
context:
space:
mode:
authorjmc <>2022-12-27 17:10:06 +0000
committerjmc <>2022-12-27 17:10:06 +0000
commitddf0e80229d300fb3367dd1d2ca494b2baf147a0 (patch)
treec3a822c8accd682f0e2bcf3a5ae1934ce73dcaa5 /src/lib/libc/net/res_comp.c
parentec80cc02af7fb5b42ef1b159a7175ab18d7464c0 (diff)
downloadopenbsd-ddf0e80229d300fb3367dd1d2ca494b2baf147a0.tar.gz
openbsd-ddf0e80229d300fb3367dd1d2ca494b2baf147a0.tar.bz2
openbsd-ddf0e80229d300fb3367dd1d2ca494b2baf147a0.zip
spelling fixes; from paul tagliamonte
any changes not taken noted on tech, but chiefly here i did not take the cancelation - cancellation changes;
Diffstat (limited to 'src/lib/libc/net/res_comp.c')
-rw-r--r--src/lib/libc/net/res_comp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/res_comp.c b/src/lib/libc/net/res_comp.c
index 41a1c9771a..7ccd44ad8d 100644
--- a/src/lib/libc/net/res_comp.c
+++ b/src/lib/libc/net/res_comp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: res_comp.c,v 1.21 2022/11/16 18:30:12 florian Exp $ */ 1/* $OpenBSD: res_comp.c,v 1.22 2022/12/27 17:10:06 jmc Exp $ */
2 2
3/* 3/*
4 * ++Copyright++ 1985, 1993 4 * ++Copyright++ 1985, 1993
@@ -149,7 +149,7 @@ DEF_WEAK(dn_expand);
149 * 'length' is the size of the array pointed to by 'comp_dn'. 149 * 'length' is the size of the array pointed to by 'comp_dn'.
150 * 'dnptrs' is a list of pointers to previous compressed names. dnptrs[0] 150 * 'dnptrs' is a list of pointers to previous compressed names. dnptrs[0]
151 * is a pointer to the beginning of the message. The list ends with NULL. 151 * is a pointer to the beginning of the message. The list ends with NULL.
152 * 'lastdnptr' is a pointer to the end of the arrary pointed to 152 * 'lastdnptr' is a pointer to the end of the array pointed to
153 * by 'dnptrs'. Side effect is to update the list of pointers for 153 * by 'dnptrs'. Side effect is to update the list of pointers for
154 * labels inserted into the message as we compress the name. 154 * labels inserted into the message as we compress the name.
155 * If 'dnptr' is NULL, we don't try to compress names. If 'lastdnptr' 155 * If 'dnptr' is NULL, we don't try to compress names. If 'lastdnptr'