diff options
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); */ |