diff options
author | mpp <mpp@FreeBSD.org> | 1996-01-30 23:33:04 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-01-30 23:33:04 +0000 |
commit | d6779c281f3ea678ab1320b1bfd796b3815b2c35 (patch) | |
tree | f3b155779419dd6521ee9f233a24dbd8a8f88a50 /include/arpa | |
parent | 6cdd16b07bfe9171bd42dd855a78a1e701cf5d6a (diff) | |
download | FreeBSD-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')
-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 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 */ diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h index 28f52d8..89e5c48 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", \ |