diff options
author | Stefan Weil <weil@mail.berlios.de> | 2011-04-13 22:45:22 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-04-16 12:24:28 +0100 |
commit | 61cc8701f3e019f154c3662f3c9f998629813745 (patch) | |
tree | 735c0ae46f5c0f59e19fb3459718419208df3b70 /savevm.c | |
parent | adc56dda0c4eed62149d28939b7d7e329ad95ae8 (diff) |
Fix some typos in comments and documentation
helpfull -> helpful
usefull -> useful
cotrol -> control
and a grammar fix.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'savevm.c')
-rw-r--r-- | savevm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1008,7 +1008,7 @@ const VMStateInfo vmstate_info_buffer = { }; /* unused buffers: space that was used for some fields that are - not usefull anymore */ + not useful anymore */ static int get_unused_buffer(QEMUFile *f, void *pv, size_t size) { |