diff options
author | Marc Jones <marcj303@gmail.com> | 2009-04-01 22:07:53 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2009-04-01 22:07:53 +0000 |
commit | 5cbdc1ee6f37a45c3cda62a797e81572001dc7b7 (patch) | |
tree | f217295f739e5aa5db1bc5afd239e86ccb804f69 /src | |
parent | 4ca5902b143bb087371641717362a21fd20c38cb (diff) | |
download | coreboot-5cbdc1ee6f37a45c3cda62a797e81572001dc7b7.tar.xz |
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')
-rw-r--r-- | src/cpu/x86/mtrr/mtrr.c | 2 |
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; |