aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2003-01-01 18:49:04 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2003-01-01 18:49:04 +0000
commit9d5abbddbf03791c777fed86500976ea3dd19245 (patch)
treef412dafc7d29429919e8770cdefeb37441fc1299 /usr.sbin/tcpdump
parent3724136741436462897ae060c5547c43f8953e54 (diff)
downloadsrc-9d5abbddbf03791c777fed86500976ea3dd19245.tar.gz
src-9d5abbddbf03791c777fed86500976ea3dd19245.zip
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.
Notes
Notes: svn path=/head/; revision=108533
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/tcpdump/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/config.h b/usr.sbin/tcpdump/tcpdump/config.h
index b84ee2cf5e54..3e7c88503880 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. */