summaryrefslogtreecommitdiff
path: root/com32/modules/cpuid.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-03-14 22:07:09 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-03-14 22:07:09 -0700
commit64d7ea7b604c2ca9ab8f7236374b3a1c05005e55 (patch)
treeaefb113b164ae28daefaf0405ca5e96fb421781f /com32/modules/cpuid.c
parenta80b07e7fb8feec668a435101659e3ed94015a23 (diff)
downloadsyslinux-64d7ea7b604c2ca9ab8f7236374b3a1c05005e55.tar.gz
Stealth whitespace cleanup (automated)
Diffstat (limited to 'com32/modules/cpuid.c')
-rw-r--r--com32/modules/cpuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/modules/cpuid.c b/com32/modules/cpuid.c
index acb18bf5..00f810e8 100644
--- a/com32/modules/cpuid.c
+++ b/com32/modules/cpuid.c
@@ -183,7 +183,7 @@ void generic_identify(struct cpuinfo_x86 *c)
{
u32 tfms, xlvl;
int junk;
- /* Get vendor name */
+ /* Get vendor name */
cpuid(0x00000000, &c->cpuid_level,
(int *)&c->x86_vendor_id[0],
(int *)&c->x86_vendor_id[8],