lkml.org 
[lkml]   [2003]   [Aug]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subjectspelling fix
From
Please apply. Especially since this message seems to be popping up a 
lot these days... :)

===== arch/i386/kernel/timers/timer_tsc.c 1.22 vs edited =====
--- 1.22/arch/i386/kernel/timers/timer_tsc.c Thu Jul 3 19:52:12 2003
+++ edited/arch/i386/kernel/timers/timer_tsc.c Mon Aug 18 08:46:24 2003
@@ -182,9 +182,9 @@
if (lost >= 2) {
jiffies += lost-1;

- /* sanity check to ensure we're not always loosing ticks */
+ /* sanity check to ensure we're not always losing ticks */
if (lost_count++ > 100) {
- printk(KERN_WARNING "Loosing too many ticks!\n");
+ printk(KERN_WARNING "Losing too many ticks!\n");
printk(KERN_WARNING "TSC cannot be used as a timesource."
" (Are you running with SpeedStep?)\n");
printk(KERN_WARNING "Falling back to a sane timesource.\n");
--
Hollis Blanchard
IBM Linux Technology Center

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

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.036 / U:0.284 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site