From d6779c281f3ea678ab1320b1bfd796b3815b2c35 Mon Sep 17 00:00:00 2001 From: mpp Date: Tue, 30 Jan 1996 23:33:04 +0000 Subject: Fix a bunch of spelling errors in the comment fields of a bunch of system include files. --- include/arpa/nameser.h | 6 +++--- include/arpa/telnet.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include/arpa') 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", \ -- cgit v1.1