diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-08-29 09:08:54 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-08-29 09:11:45 +0200 |
commit | 6f65e668957a50e153cba6822f747d13ad1b40ad (patch) | |
tree | dec30aa85e57419ac1eafffeab8548c973cac02f /resolv | |
parent | d0721e703d222c01a9e8c329311c4fb01dac6972 (diff) | |
download | glibc-6f65e668957a50e153cba6822f747d13ad1b40ad.tar.gz |
Fix typos.
Diffstat (limited to 'resolv')
-rw-r--r-- | resolv/res_comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/res_comp.c b/resolv/res_comp.c index c7212fab11..2ff7ddb1cd 100644 --- a/resolv/res_comp.c +++ b/resolv/res_comp.c @@ -81,7 +81,7 @@ static const char rcsid[] = "$BINDId: res_comp.c,v 8.15 1999/10/13 16:39:39 vixi /* * 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. |