patch-1.3.87 linux/net/ipv4/icmp.c
Next file: linux/net/ipv4/igmp.c
Previous file: linux/net/ipv4/arp.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Apr 12 09:49:49 1996
- Orig file:
v1.3.86/linux/net/ipv4/icmp.c
- Orig date:
Wed Apr 10 17:02:27 1996
diff -u --recursive --new-file v1.3.86/linux/net/ipv4/icmp.c linux/net/ipv4/icmp.c
@@ -117,7 +117,7 @@
struct icmp_mib icmp_statistics;
/* An array of errno for error messages from dest unreach. */
-/* RFC 1122: 3.2.2.1 States that NET_UNREACH, HOS_UNREACH and SR_FAIELD MUST be considered 'transient errrs'. */
+/* RFC 1122: 3.2.2.1 States that NET_UNREACH, HOS_UNREACH and SR_FAIELD MUST be considered 'transient errs'. */
struct icmp_err icmp_err_convert[] = {
{ ENETUNREACH, 0 }, /* ICMP_NET_UNREACH */
@@ -136,7 +136,7 @@
};
/*
- * A spare long used to speed up statistics udpating
+ * A spare long used to speed up statistics updating
*/
unsigned long dummy;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this