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);