diff options
Diffstat (limited to 'block.h')
| -rw-r--r-- | block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block.h b/block.h index 1790f9988c..0e3ff9f233 100644 --- a/block.h +++ b/block.h @@ -21,7 +21,7 @@ typedef struct QEMUSnapshotInfo { char id_str[128]; /* unique snapshot id */ /* the following fields are informative. They are not needed for the consistency of the snapshot */ - char name[256]; /* user choosen name */ + char name[256]; /* user chosen name */ uint32_t vm_state_size; /* VM state info size */ uint32_t date_sec; /* UTC date of the snapshot */ uint32_t date_nsec; |