]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/clocksource/i8253.c
Merge tag 'sunxi-drivers-for-3.16-2' of https://github.com/mripard/linux into next...
[karo-tx-linux.git] / drivers / clocksource / i8253.c
index e7cab2da910f72724123b95d836d8a89ea2def01..14ee3efcc404d94dbd736bac6cd1d813ebfdaab2 100644 (file)
@@ -35,7 +35,7 @@ static cycle_t i8253_read(struct clocksource *cs)
 
        raw_spin_lock_irqsave(&i8253_lock, flags);
        /*
-        * Although our caller may have the read side of xtime_lock,
+        * Although our caller may have the read side of jiffies_lock,
         * this is now a seqlock, and we are cheating in this routine
         * by having side effects on state that we cannot undo if
         * there is a collision on the seqlock and our caller has to