diff options
author | Dong Xu Wang <wdongxu@linux.vnet.ibm.com> | 2011-11-22 18:06:26 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-12-02 10:50:57 +0000 |
commit | 07f35073c6d6d1b2f42a6b3671b8af2f271986b9 (patch) | |
tree | 9d54071355921cab2784203947f6a7734ef135bc /nbd.c | |
parent | 9b2260cbd52c93335dd0a3a79a8c7dd4665a1dea (diff) | |
download | qemu-07f35073c6d6d1b2f42a6b3671b8af2f271986b9.tar.gz qemu-07f35073c6d6d1b2f42a6b3671b8af2f271986b9.tar.bz2 qemu-07f35073c6d6d1b2f42a6b3671b8af2f271986b9.zip |
fix spelling in main directory
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'nbd.c')
-rw-r--r-- | nbd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -203,7 +203,7 @@ int nbd_negotiate(int csock, off_t size, uint32_t flags) return -1; } - TRACE("Negotation succeeded."); + TRACE("Negotiation succeeded."); return 0; } @@ -215,7 +215,7 @@ int nbd_receive_negotiate(int csock, const char *name, uint32_t *flags, uint64_t magic, s; uint16_t tmp; - TRACE("Receiving negotation."); + TRACE("Receiving negotiation."); if (read_sync(csock, buf, 8) != 8) { LOG("read failed"); |