diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-03-09 12:30:20 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-03-09 12:30:20 -0600 |
commit | dac6b1b22cbad29ca34735a1e56c9feb9586e3c0 (patch) | |
tree | 3691bc37b70059c458ad7b5972ff756be56a6a9d /qemu-file.h | |
parent | bf75fec175d00885c7ae06e5917bde86110c386a (diff) | |
parent | 979ae168e5fac830fcf8ca63fed732051af0611a (diff) | |
download | qemu-dac6b1b22cbad29ca34735a1e56c9feb9586e3c0.zip qemu-dac6b1b22cbad29ca34735a1e56c9feb9586e3c0.tar.gz qemu-dac6b1b22cbad29ca34735a1e56c9feb9586e3c0.tar.bz2 |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
* stefanha/trivial-patches:
configure: Quote the configure args printed in config.log
osdep: Remove local definition of macro offsetof
libcacard: Spelling and grammar fixes in documentation
Spelling fixes in comments (it's -> its)
vnc: Add break statement
libcacard: Use format specifier %u instead of %d for unsigned values
Fix sign of sscanf format specifiers
block/vmdk: Fix warning from splint (comparision of unsigned value)
qmp: Fix spelling fourty -> forty
qom: Fix spelling in documentation
sh7750: Remove redundant 'struct' from MemoryRegionOps
Diffstat (limited to 'qemu-file.h')
-rw-r--r-- | qemu-file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-file.h b/qemu-file.h index 8da1021..31b83f6 100644 --- a/qemu-file.h +++ b/qemu-file.h @@ -47,7 +47,7 @@ typedef int (QEMUFileGetBufferFunc)(void *opaque, uint8_t *buf, */ typedef int (QEMUFileCloseFunc)(void *opaque); -/* Called to determine if the file has exceeded it's bandwidth allocation. The +/* Called to determine if the file has exceeded its bandwidth allocation. The * bandwidth capping is a soft limit, not a hard limit. */ typedef int (QEMUFileRateLimit)(void *opaque); |