From d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8 Mon Sep 17 00:00:00 2001 From: schweikh Date: Wed, 1 Jan 2003 18:49:04 +0000 Subject: Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, especially in troff files. --- usr.sbin/tcpdump/tcpdump/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/tcpdump') diff --git a/usr.sbin/tcpdump/tcpdump/config.h b/usr.sbin/tcpdump/tcpdump/config.h index b84ee2c..3e7c885 100644 --- a/usr.sbin/tcpdump/tcpdump/config.h +++ b/usr.sbin/tcpdump/tcpdump/config.h @@ -101,7 +101,7 @@ /* The number of bytes in a char. */ #define SIZEOF_CHAR 1 -/* The number of bytes in a int. */ +/* The number of bytes in an int. */ #define SIZEOF_INT 4 /* The number of bytes in a long. */ -- cgit v1.1