Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas...
[firefly-linux-kernel-4.4.55.git] / 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();
 }