]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/kvm/x86.c
Merge tag 'upstream-4.6-rc1' of git://git.infradead.org/linux-ubifs
[karo-tx-linux.git] / arch / x86 / kvm / x86.c
index e260ccbc8f5574d8e587ebd7704d051ee873147a..742d0f7d3556e143e219c4ea474e85605be33cde 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