diff options
author | Burt P <pburt0@gmail.com> | 2017-06-22 15:49:32 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2017-06-22 16:05:03 -0700 |
commit | 008c7e1322d3135fbe7a42d4c38c751cd2fb1cd7 (patch) | |
tree | 1757bbaf75658e609be985d12e38d3940ef6648c /includes/x86/processor-platform.h | |
parent | 1f791f304b6b27c27c0048e3563e154b928494c8 (diff) |
x86: fix code comment
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/x86/processor-platform.h')
-rw-r--r-- | includes/x86/processor-platform.h | 2 |
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; |