All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] typo in comment
@ 2001-08-22 18:54 Eli Carter
  2001-08-22 19:21 ` Evgeny Polyakov
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Carter @ 2001-08-22 18:54 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 461 bytes --]

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 `-------------------------------------------------

[-- Attachment #2: spelling.patch --]
[-- Type: text/plain, Size: 667 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PATCH] typo in comment
@ 2002-12-03 13:47 Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2002-12-03 13:47 UTC (permalink / raw)
  To: Linux Kernel Development; +Cc: Rusty Trivial Russell


Typo in comment. Applies to both 2.4.20 and 2.5.50.

--- linux/kernel/printk.c.orig	Fri Mar  1 11:06:05 2002
+++ linux/kernel/printk.c	Tue Dec  3 14:42:39 2002
@@ -629,7 +629,7 @@
 	}
 	if (console->flags & CON_PRINTBUFFER) {
 		/*
-		 * release_cosole_sem() will print out the buffered messages for us.
+		 * release_console_sem() will print out the buffered messages for us.
 		 */
 		spin_lock_irqsave(&logbuf_lock, flags);
 		con_start = log_start;

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-12-03 13:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-22 18:54 [PATCH] typo in comment Eli Carter
2001-08-22 19:21 ` Evgeny Polyakov
  -- strict thread matches above, loose matches on Subject: below --
2002-12-03 13:47 Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.