summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/res_comp.c
diff options
context:
space:
mode:
authormmcc <mmcc@openbsd.org>2015-12-14 03:25:59 +0000
committermmcc <mmcc@openbsd.org>2015-12-14 03:25:59 +0000
commit5dbcbdb5a1fa73763c2f3cdb7f423b8bba5ebbc0 (patch)
treecf9363f6a8dfbfcacba3b046e68b0633b7dffe7e /lib/libc/net/res_comp.c
parent"harware" -> "hardware" (diff)
downloadwireguard-openbsd-5dbcbdb5a1fa73763c2f3cdb7f423b8bba5ebbc0.tar.xz
wireguard-openbsd-5dbcbdb5a1fa73763c2f3cdb7f423b8bba5ebbc0.zip
s/begining/beginning/g
Diffstat (limited to 'lib/libc/net/res_comp.c')
-rw-r--r--lib/libc/net/res_comp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/res_comp.c b/lib/libc/net/res_comp.c
index c493d9b20d2..605a9b99225 100644
--- a/lib/libc/net/res_comp.c
+++ b/lib/libc/net/res_comp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: res_comp.c,v 1.18 2015/10/05 02:57:16 guenther Exp $ */
+/* $OpenBSD: res_comp.c,v 1.19 2015/12/14 03:25:59 mmcc Exp $ */
/*
* ++Copyright++ 1985, 1993
@@ -67,7 +67,7 @@ static int dn_find(u_char *, u_char *, u_char **, u_char **);
/*
* Expand compressed domain name 'comp_dn' to full domain name.
- * 'msg' is a pointer to the begining of the message,
+ * 'msg' is a pointer to the beginning of the message,
* 'eomorig' points to the first location after the message,
* 'exp_dn' is a pointer to a buffer of size 'length' for the result.
* Return size of compressed name or -1 if there was an error.