diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
| commit | 9d5abbddbf03791c777fed86500976ea3dd19245 (patch) | |
| tree | f412dafc7d29429919e8770cdefeb37441fc1299 /usr.sbin/tcpdump | |
| parent | 3724136741436462897ae060c5547c43f8953e54 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/tcpdump')
| -rw-r--r-- | usr.sbin/tcpdump/tcpdump/config.h | 2 |
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. */ |
