diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 23:33:04 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 23:33:04 +0000 |
commit | 71d9c7815e7a209829578ebc30b63f6e0c64fcf2 (patch) | |
tree | f3b155779419dd6521ee9f233a24dbd8a8f88a50 /include/arpa | |
parent | dff88dc42001c678fe6956b1416ba61f98c232c7 (diff) | |
download | src-71d9c7815e7a209829578ebc30b63f6e0c64fcf2.tar.gz src-71d9c7815e7a209829578ebc30b63f6e0c64fcf2.zip |
Fix a bunch of spelling errors in the comment fields
of a bunch of system include files.
Notes
Notes:
svn path=/head/; revision=13771
Diffstat (limited to 'include/arpa')
-rw-r--r-- | include/arpa/nameser.h | 6 | ||||
-rw-r--r-- | include/arpa/telnet.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index ff48aeaa48c1..f10660d0044f 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 */ diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h index 28f52d8b1dbc..89e5c484a4f8 100644 --- a/include/arpa/telnet.h +++ b/include/arpa/telnet.h @@ -200,7 +200,7 @@ char *telopts[NTELOPTS+1] = { #define NSLC 18 /* - * For backwards compatability, we define SLC_NAMES to be the + * For backwards compatibility, we define SLC_NAMES to be the * list of names if SLC_NAMES is not defined. */ #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \ |