VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / i386 / kernel / timers / timer_none.c
index de744f7..394a752 100644 (file)
@@ -34,7 +34,7 @@ static void delay_none(unsigned long loops)
                :"0" (loops));
 }
 
-/* tsc timer_opts struct */
+/* none timer_opts struct */
 struct timer_opts timer_none = {
        .name =         "none",
        .init =         init_none,