summaryrefslogtreecommitdiffstats
path: root/include/arpa
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2012-01-07 16:10:15 +0000
committeruqs <uqs@FreeBSD.org>2012-01-07 16:10:15 +0000
commitc1face14490f3d551ed8779b066827233d256fcf (patch)
tree90d2354ddde62abe3cca3c90c27749b102bdf799 /include/arpa
parent8ecda3ab53f0cdd019e147f8831fd080cb96db33 (diff)
downloadFreeBSD-src-c1face14490f3d551ed8779b066827233d256fcf.zip
FreeBSD-src-c1face14490f3d551ed8779b066827233d256fcf.tar.gz
Spelling fixes for include/
Diffstat (limited to 'include/arpa')
-rw-r--r--include/arpa/nameser_compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arpa/nameser_compat.h b/include/arpa/nameser_compat.h
index 161fed3..91ff176 100644
--- a/include/arpa/nameser_compat.h
+++ b/include/arpa/nameser_compat.h
@@ -63,7 +63,7 @@ typedef struct {
/* fields in third byte */
unsigned qr: 1; /*%< response flag */
unsigned opcode: 4; /*%< purpose of message */
- unsigned aa: 1; /*%< authoritive answer */
+ unsigned aa: 1; /*%< authoritative answer */
unsigned tc: 1; /*%< truncated message */
unsigned rd: 1; /*%< recursion desired */
/* fields in fourth byte */
@@ -77,7 +77,7 @@ typedef struct {
/* fields in third byte */
unsigned rd :1; /*%< recursion desired */
unsigned tc :1; /*%< truncated message */
- unsigned aa :1; /*%< authoritive answer */
+ unsigned aa :1; /*%< authoritative answer */
unsigned opcode :4; /*%< purpose of message */
unsigned qr :1; /*%< response flag */
/* fields in fourth byte */
OpenPOWER on IntegriCloud