Title: [5826] trunk/arch/blackfin/mach-common/cpufreq.c: typo fix by Nick Andrew
Revision
5826
Author
vapier
Date
2008-12-05 10:11:06 -0600 (Fri, 05 Dec 2008)

Log Message

typo fix by Nick Andrew

Modified Paths


Diff

Modified: trunk/arch/blackfin/mach-common/cpufreq.c (5825 => 5826)


--- trunk/arch/blackfin/mach-common/cpufreq.c	2008-12-05 09:36:00 UTC (rev 5825)
+++ trunk/arch/blackfin/mach-common/cpufreq.c	2008-12-05 16:11:06 UTC (rev 5826)
@@ -112,7 +112,7 @@
 		bfin_write_TSCALE(tscale);
 		cycles = get_cycles();
 		SSYNC();
-	cycles += 10; /* ~10 cycles we loose after get_cycles() */
+	cycles += 10; /* ~10 cycles we lose after get_cycles() */
 	__bfin_cycles_off += (cycles << __bfin_cycles_mod) - (cycles << index);
 	__bfin_cycles_mod = index;
 	local_irq_restore(flags);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to