Merge branch 'x86/cleanups' into x86/urgent
[linux-2.6-block.git] / arch / x86 / kvm / x86.c
index eaf6ee8c28b8f1619e7404bfd7efbf78beecc574..4838d35c9641d6cee63da0e930224d7b1d446e8c 100644 (file)
@@ -1562,7 +1562,7 @@ static cycle_t read_tsc(void)
 
        /*
         * GCC likes to generate cmov here, but this branch is extremely
-        * predictable (it's just a funciton of time and the likely is
+        * predictable (it's just a function of time and the likely is
         * very likely) and there's a data dependence, so force GCC
         * to generate a branch instead.  I don't barrier() because
         * we don't actually need a barrier, and if this function