diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-30 14:43:42 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-30 14:43:42 +0000 |
commit | eacd600ea9eee51e7ebc68bd2ea324b2fec30c48 (patch) | |
tree | b61f477c3674b38565762b3eb964d7d552f1123c /include/arpa | |
parent | 4ed3c0e713adac46dcca8a9ee668221399b7b659 (diff) | |
download | src-eacd600ea9eee51e7ebc68bd2ea324b2fec30c48.tar.gz src-eacd600ea9eee51e7ebc68bd2ea324b2fec30c48.zip |
Notes
Diffstat (limited to 'include/arpa')
-rw-r--r-- | include/arpa/nameser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index 448edd74a92f..ef47b204d56e 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -106,7 +106,7 @@ typedef enum __ns_sect { } ns_sect; /*% - * Network name (compressed or not) type. Equivilent to a pointer when used + * Network name (compressed or not) type. Equivalent to a pointer when used * in a function prototype. Can be const'd. */ typedef u_char ns_nname[NS_MAXNNAME]; |