summaryrefslogtreecommitdiffstats
path: root/include/arpa/nameser.h
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 23:33:04 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 23:33:04 +0000
commitd6779c281f3ea678ab1320b1bfd796b3815b2c35 (patch)
treef3b155779419dd6521ee9f233a24dbd8a8f88a50 /include/arpa/nameser.h
parent6cdd16b07bfe9171bd42dd855a78a1e701cf5d6a (diff)
downloadFreeBSD-src-d6779c281f3ea678ab1320b1bfd796b3815b2c35.zip
FreeBSD-src-d6779c281f3ea678ab1320b1bfd796b3815b2c35.tar.gz
Fix a bunch of spelling errors in the comment fields
of a bunch of system include files.
Diffstat (limited to 'include/arpa/nameser.h')
-rw-r--r--include/arpa/nameser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h
index ff48aea..f10660d 100644
--- a/include/arpa/nameser.h
+++ b/include/arpa/nameser.h
@@ -53,7 +53,7 @@
*
* @(#)nameser.h 8.2 (Berkeley) 2/16/94
* From Id: nameser.h,v 4.9.1.15 1994/07/19 22:51:24 vixie Exp
- * $Id$
+ * $Id: nameser.h,v 1.6 1996/01/07 05:01:52 peter Exp $
*/
#ifndef _ARPA_NAMESER_H_
@@ -202,7 +202,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 */
@@ -214,7 +214,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