aboutsummaryrefslogtreecommitdiff
path: root/includes/x86/processor-platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/x86/processor-platform.h')
-rw-r--r--includes/x86/processor-platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/x86/processor-platform.h b/includes/x86/processor-platform.h
index bc27b620..4d7d92ad 100644
--- a/includes/x86/processor-platform.h
+++ b/includes/x86/processor-platform.h
@@ -40,7 +40,7 @@ struct _Processor {
gfloat bogomips;
gfloat cpu_mhz; /* for devices.c, identical to cpukhz_max/1000 */
- gint cpukhz_max, cpukhz_min, cpukhz_cur; /* for arm/processor.c */
+ gint cpukhz_max, cpukhz_min, cpukhz_cur; /* for x86/processor.c */
gchar *has_fpu;
gchar *bug_fdiv, *bug_hlt, *bug_f00f, *bug_coma;