]> Pileus Git - ~andy/linux/blobdiff - drivers/clocksource/arm_generic.c
hwmon: (it87) Introduce support for tempX_offset sysfs attribute
[~andy/linux] / drivers / clocksource / arm_generic.c
index c210f4f1ecfdc0724d537fdd5ca6acd3e15e6b61..8ae1a61523ff62b695e748d15e29063885fd2f3f 100644 (file)
@@ -109,7 +109,7 @@ static void __cpuinit arch_timer_setup(struct clock_event_device *clk)
 
        enable_percpu_irq(clk->irq, 0);
 
-       /* Ensure the physical counter is visible to userspace for the vDSO. */
+       /* Ensure the virtual counter is visible to userspace for the vDSO. */
        arch_counter_enable_user_access();
 }