diff options
author | ru <ru@FreeBSD.org> | 2000-04-05 07:45:39 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-04-05 07:45:39 +0000 |
commit | f3f77cc662b56cb98873991800ed8271998f4d87 (patch) | |
tree | 6067ec233e05cbf626ae17ccf996f188827aeb6f /lib/libalias/alias_util.c | |
parent | ce54393508db208f6cc84105810a532f66a0e9bc (diff) | |
download | FreeBSD-src-f3f77cc662b56cb98873991800ed8271998f4d87.zip FreeBSD-src-f3f77cc662b56cb98873991800ed8271998f4d87.tar.gz |
Minor spelling fixes.
Diffstat (limited to 'lib/libalias/alias_util.c')
-rw-r--r-- | lib/libalias/alias_util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libalias/alias_util.c b/lib/libalias/alias_util.c index 41ca6cc..b939428 100644 --- a/lib/libalias/alias_util.c +++ b/lib/libalias/alias_util.c @@ -1,5 +1,5 @@ /* - Alias_util.h contains general utilities used by other functions + Alias_util.c contains general utilities used by other functions in the packet aliasing module. At the moment, there are functions for computing IP header and TCP packet checksums. @@ -17,7 +17,7 @@ /* Note: the checksum routines assume that the actual checksum word has -been zeroed out. If the checksum workd is filled with the proper value, +been zeroed out. If the checksum word is filled with the proper value, then these routines will give a result of zero (useful for testing purposes); */ |