diff options
author | Stefan Weil <weil@mail.berlios.de> | 2011-04-28 17:20:37 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-05-08 10:02:18 +0100 |
commit | 1301f32205433bf82d32a458d090b87335cc8f99 (patch) | |
tree | 3f6518a215bc4f37a2eda2301b0e7b2b78292e86 /bsd-user/qemu.h | |
parent | 60b14d955dbdbe28d5203fd75e0b3c48ce83ce9c (diff) | |
download | hqemu-1301f32205433bf82d32a458d090b87335cc8f99.zip hqemu-1301f32205433bf82d32a458d090b87335cc8f99.tar.gz |
Fix typos in comments (neccessary -> necessary)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'bsd-user/qemu.h')
-rw-r--r-- | bsd-user/qemu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index e343894..1ba2d08 100644 --- a/bsd-user/qemu.h +++ b/bsd-user/qemu.h @@ -323,7 +323,7 @@ abi_long copy_from_user(void *hptr, abi_ulong gaddr, size_t len); abi_long copy_to_user(abi_ulong gaddr, void *hptr, size_t len); /* Functions for accessing guest memory. The tget and tput functions - read/write single values, byteswapping as neccessary. The lock_user + read/write single values, byteswapping as necessary. The lock_user gets a pointer to a contiguous area of guest memory, but does not perform and byteswapping. lock_user may return either a pointer to the guest memory, or a temporary buffer. */ |