summaryrefslogtreecommitdiff
path: root/dmidecode.c
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2005-08-29 17:38:27 +0000
committerJean Delvare <jdelvare@suse.de>2005-08-29 17:38:27 +0000
commit29de9711f7a4f1f2ad66344212d9f7746cf89b75 (patch)
treec13cfacd5afdb91e6feb9309c351242832fccdcb /dmidecode.c
parent0a60aab83d25f170c391e947177ad6ef81bd4c3f (diff)
downloaddmidecode-git-29de9711f7a4f1f2ad66344212d9f7746cf89b75.tar.gz
Reword a comment about CPUID.
Claim to support revision 28 of Intel AP-485 (CPUID). No relevant change since revision 27.
Diffstat (limited to 'dmidecode.c')
-rw-r--r--dmidecode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dmidecode.c b/dmidecode.c
index 2771455..8e57b99 100644
--- a/dmidecode.c
+++ b/dmidecode.c
@@ -33,7 +33,7 @@
* information does not come from the above mentioned specification.
*
* Additional references:
- * - Intel AP-485 revision 27
+ * - Intel AP-485 revision 28
* "Intel Processor Identification and the CPUID Instruction"
* http://developer.intel.com/design/xeon/applnots/241618.htm
* - DMTF Master MIF version 040707
@@ -838,7 +838,7 @@ static const char *dmi_processor_family(u8 code)
static void dmi_processor_id(u8 type, u8 *p, const char *version, const char *prefix)
{
- /* Intel AP-485 revision 27, table 5 */
+ /* Intel AP-485 revision 28, table 5 */
static const char *flags[32]={
"FPU (Floating-point unit on-chip)", /* 0 */
"VME (Virtual mode extension)",
@@ -875,7 +875,7 @@ static void dmi_processor_id(u8 type, u8 *p, const char *version, const char *pr
};
/*
* Extra flags are now returned in the ECX register when one calls
- * the CPUID instruction. Their means are explained in table 6, but
+ * the CPUID instruction. Their meaning is explained in table 6, but
* DMI doesn't support this yet.
*/
u32 eax, edx;