aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/cpu.h')
-rw-r--r--include/qemu/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qemu/cpu.h b/include/qemu/cpu.h
index 4291279bc..78b65b35f 100644
--- a/include/qemu/cpu.h
+++ b/include/qemu/cpu.h
@@ -39,7 +39,7 @@ typedef struct CPUState CPUState;
/**
* CPUClass:
- * @reset: Callback to reset the #CPU to its initial state.
+ * @reset: Callback to reset the #CPUState to its initial state.
*
* Represents a CPU family or model.
*/
@@ -61,7 +61,7 @@ struct CPUState {
Object parent_obj;
/*< public >*/
- /* TODO Move common fields from CPUState here. */
+ /* TODO Move common fields from CPUArchState here. */
};