Fix typo.
[coreboot.git] / src / cpu / x86 / mtrr / mtrr.c
index a891a4385ea6204599f93e81b4b51440dd86f73a..9129a1aa53357cc74c037d1ea3b979fd7c2b7a79 100644 (file)
@@ -134,7 +134,7 @@ static inline unsigned int fms(unsigned int x)
        return r;
 }
 
-/* fms: find least sigificant bit set */
+/* fls: find least sigificant bit set */
 static inline unsigned int fls(unsigned int x)
 {
        int r;