]> git.proxmox.com Git - qemu.git/blobdiff - bsd-user/qemu.h
Wrap recv to avoid warnings
[qemu.git] / bsd-user / qemu.h
index e343894ab1ba30defed772aacffe6c04da4e8f48..1ba2d083d11cd3d9101ef3b1a06a7cea50def0e6 100644 (file)
@@ -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.  */