[coreboot] [v2] r4046 - trunk/coreboot-v2/src/cpu/x86/mtrr

svn at coreboot.org svn at coreboot.org
Thu Apr 2 00:07:54 CEST 2009


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 <marcj303 at gmail.com>
Acked-by: Marc Jones <marcj303 at gmail.com>



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;





More information about the coreboot mailing list