[<prev] [next>] [day] [month] [year] [list]
Message-ID: <450C348A.2020907@gmail.com>
Date: Sat, 16 Sep 2006 11:29:46 -0600
From: Jim Cromie <jim.cromie@...il.com>
To: Linux kernel <linux-kernel@...r.kernel.org>
Subject: [ patch 2.6.18-rc6 ] clocksource: fix typo in comment (trivial)
fix typo in comment
Signed-off-by: Jim Cromie <jim.cromie@...il.com>
--- drivers/clocksource/scx200_hrt.c~ 2006-09-16 11:22:57.000000000 -0600
+++ drivers/clocksource/scx200_hrt.c 2006-09-16 11:23:04.000000000 -0600
@@ -63,7 +63,7 @@
static int __init init_hrt_clocksource(void)
{
- /* Make sure scx200 has initializedd the configuration block */
+ /* Make sure scx200 has initialized the configuration block */
if (!scx200_cb_present())
return -ENODEV;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists