summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-04-05 07:45:39 +0000
committerru <ru@FreeBSD.org>2000-04-05 07:45:39 +0000
commitf3f77cc662b56cb98873991800ed8271998f4d87 (patch)
tree6067ec233e05cbf626ae17ccf996f188827aeb6f /sys/netinet/libalias
parentce54393508db208f6cc84105810a532f66a0e9bc (diff)
downloadFreeBSD-src-f3f77cc662b56cb98873991800ed8271998f4d87.zip
FreeBSD-src-f3f77cc662b56cb98873991800ed8271998f4d87.tar.gz
Minor spelling fixes.
Diffstat (limited to 'sys/netinet/libalias')
-rw-r--r--sys/netinet/libalias/HISTORY8
-rw-r--r--sys/netinet/libalias/alias_util.c4
2 files changed, 7 insertions, 5 deletions
diff --git a/sys/netinet/libalias/HISTORY b/sys/netinet/libalias/HISTORY
index 575d1b4..f26299c 100644
--- a/sys/netinet/libalias/HISTORY
+++ b/sys/netinet/libalias/HISTORY
@@ -1,3 +1,5 @@
+$FreeBSD$
+
Version 1.0: August 11, 1996 (cjm)
Version 1.1: August 20, 1996 (cjm)
@@ -26,7 +28,7 @@ Version 1.6: September 18, 1996
traceroute, which uses UDP packets to non-existent
ports.
-Verstion 1.7: January 9, 1997 (cjm)
+Version 1.7: January 9, 1997 (cjm)
- Reduced malloc() activity for ICMP echo and
timestamp requests.
@@ -97,12 +99,12 @@ Version 2.1: May, 1997 (cjm)
PacketAliasRedirectAddr() added to API.
- Now supports outgoing as well as incoming ICMP
- error messges.
+ error messages.
Version 2.2: July, 1997 (cjm)
- Rationalized API function names to all begin with
"PacketAlias..." Old function names are retained
- for backwards compatitibility.
+ for backwards compatibility.
- Packet aliasing engine will now free memory of
fragments which are never resolved after a timeout
diff --git a/sys/netinet/libalias/alias_util.c b/sys/netinet/libalias/alias_util.c
index 41ca6cc..b939428 100644
--- a/sys/netinet/libalias/alias_util.c
+++ b/sys/netinet/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);
*/
OpenPOWER on IntegriCloud