summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormmcc <>2015-12-14 03:25:59 +0000
committermmcc <>2015-12-14 03:25:59 +0000
commitf9d79bef51148b5c843218462ce8fa0b50d85392 (patch)
tree1a8f2fffdc074088bd76e66432a11eb3c4342fc8
parent1197feaebb5690a6c587583722f70d3cd81c32c4 (diff)
downloadopenbsd-f9d79bef51148b5c843218462ce8fa0b50d85392.tar.gz
openbsd-f9d79bef51148b5c843218462ce8fa0b50d85392.tar.bz2
openbsd-f9d79bef51148b5c843218462ce8fa0b50d85392.zip
s/begining/beginning/g
-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 c493d9b20d..605a9b9922 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.18 2015/10/05 02:57:16 guenther Exp $ */ 1/* $OpenBSD: res_comp.c,v 1.19 2015/12/14 03:25:59 mmcc Exp $ */
2 2
3/* 3/*
4 * ++Copyright++ 1985, 1993 4 * ++Copyright++ 1985, 1993
@@ -67,7 +67,7 @@ static int dn_find(u_char *, u_char *, u_char **, u_char **);
67 67
68/* 68/*
69 * Expand compressed domain name 'comp_dn' to full domain name. 69 * Expand compressed domain name 'comp_dn' to full domain name.
70 * 'msg' is a pointer to the begining of the message, 70 * 'msg' is a pointer to the beginning of the message,
71 * 'eomorig' points to the first location after the message, 71 * 'eomorig' points to the first location after the message,
72 * 'exp_dn' is a pointer to a buffer of size 'length' for the result. 72 * 'exp_dn' is a pointer to a buffer of size 'length' for the result.
73 * Return size of compressed name or -1 if there was an error. 73 * Return size of compressed name or -1 if there was an error.