aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/mtrr/mtrr.c
diff options
context:
space:
mode:
authorMarc Jones <marcj303@gmail.com>2009-04-01 22:07:53 +0000
committerMarc Jones <marc.jones@amd.com>2009-04-01 22:07:53 +0000
commit5cbdc1ee6f37a45c3cda62a797e81572001dc7b7 (patch)
treef217295f739e5aa5db1bc5afd239e86ccb804f69 /src/cpu/x86/mtrr/mtrr.c
parent4ca5902b143bb087371641717362a21fd20c38cb (diff)
Fix typo.
trivial. Signed-off-by: Marc Jones <marcj303@gmail.com> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4046 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/x86/mtrr/mtrr.c')
-rw-r--r--src/cpu/x86/mtrr/mtrr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/mtrr/mtrr.c b/src/cpu/x86/mtrr/mtrr.c
index a891a4385e..9129a1aa53 100644
--- a/src/cpu/x86/mtrr/mtrr.c
+++ b/src/cpu/x86/mtrr/mtrr.c
@@ -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;