summaryrefslogtreecommitdiff
path: root/net/ipv4/icmp.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:30:11 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:30:11 -0800
commit5db5272c0a5cd37e5a697e4750fbc4ce6317b7dc (patch)
treeebb132cbe03d613b01bea25c3c552360c8acb2ec /net/ipv4/icmp.c
parentaad40ef3f2b9c4077e5a79606aed24a92ccb0406 (diff)
v2.4.14 -> v2.4.14.1
- me: fix page flags race condition Andrea found - David Miller: sparc and network updates - various: fix loop driver that thought it was part of the VM system - me: teach DRM about VM_RESERVED - Alan Cox: more merging
Diffstat (limited to 'net/ipv4/icmp.c')
-rw-r--r--net/ipv4/icmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c
index f86498876be3..62452f1080f6 100644
--- a/net/ipv4/icmp.c
+++ b/net/ipv4/icmp.c
@@ -3,7 +3,7 @@
*
* Alan Cox, <alan@redhat.com>
*
- * Version: $Id: icmp.c,v 1.81 2001/09/01 00:31:50 davem Exp $
+ * Version: $Id: icmp.c,v 1.82 2001/11/01 23:44:31 davem Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -139,7 +139,7 @@ struct icmp_err icmp_err_convert[] = {
{ EHOSTUNREACH, 1 } /* ICMP_PREC_CUTOFF */
};
-/* Control parameters for ECHO relies. */
+/* Control parameters for ECHO replies. */
int sysctl_icmp_echo_ignore_all;
int sysctl_icmp_echo_ignore_broadcasts;