[PATCH] typo in comment

Eli Carter (eli.carter@inet.com)
Wed, 22 Aug 2001 13:54:58 -0500


This is a multi-part message in MIME format.
--------------E02CAA7164C869D73AA63F83
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Alan, (& etc.)

No, it's not terribly important, but in studying the networking code, I
noticed it, so here's a patch against 2.2.19. Please apply. (It's
attached to avoid possible mangling problems.)

Comments, questions, complaints?

Eli
--------------------. Real Users find the one combination of bizarre
Eli Carter \ input values that shuts down the system for days.
eli.carter(a)inet.com `-------------------------------------------------
--------------E02CAA7164C869D73AA63F83
Content-Type: text/plain; charset=us-ascii;
name="spelling.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="spelling.patch"

Index: linux/net/ipv4/route.c
===================================================================
RCS file: /opt/eli_depot/kernelCVS/linux/net/ipv4/route.c,v
retrieving revision 1.1.1.9
diff -u -r1.1.1.9 route.c
--- linux/net/ipv4/route.c 2001/01/20 11:03:27 1.1.1.9
+++ linux/net/ipv4/route.c 2001/08/22 18:47:59
@@ -1346,7 +1346,7 @@
#ifdef CONFIG_IP_ROUTE_VERBOSE
if (IN_DEV_LOG_MARTIANS(in_dev) && net_ratelimit()) {
/*
- * RFC1812 recommenadtion, if source is martian,
+ * RFC1812 recommendation, if source is martian,
* the only hint is MAC header.
*/
printk(KERN_WARNING "martian source %08x for %08x, dev %s\n", saddr, daddr, dev->name);

--------------E02CAA7164C869D73AA63F83--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/