Author: mjones
Date: 2009-04-02 00:07:53 +0200 (Thu, 02 Apr 2009)
New Revision: 4046

Modified:
   trunk/coreboot-v2/src/cpu/x86/mtrr/mtrr.c
Log:
Fix typo.
trivial.

Signed-off-by: Marc Jones <[email protected]>
Acked-by: Marc Jones <[email protected]>



Modified: trunk/coreboot-v2/src/cpu/x86/mtrr/mtrr.c
===================================================================
--- trunk/coreboot-v2/src/cpu/x86/mtrr/mtrr.c   2009-04-01 16:22:38 UTC (rev 
4045)
+++ trunk/coreboot-v2/src/cpu/x86/mtrr/mtrr.c   2009-04-01 22:07:53 UTC (rev 
4046)
@@ -134,7 +134,7 @@
        return r;
 }
 
-/* fms: find least sigificant bit set */
+/* fls: find least sigificant bit set */
 static inline unsigned int fls(unsigned int x)
 {
        int r;


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to