summaryrefslogtreecommitdiff
path: root/hw/gusemu.h
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2011-12-10 00:19:44 +0100
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2011-12-14 11:09:12 +0000
commit26404edcce09267f15aa723d1ea0a2761e91048f (patch)
tree4f999198eb9cb3f1e5c04de624658aa19273d6f5 /hw/gusemu.h
parent4d8db4e4a0280fcdc930b6709f1bf8fc2aa0404e (diff)
downloadqemu-26404edcce09267f15aa723d1ea0a2761e91048f.tar.gz
hw: Fix spelling in comments
adress->address advertisment->advertisement begining->beginning bondary->boundary controler->controller controll->control convertion->conversion doesnt->doesn't existant->existent instuction->instruction loosing->losing managment->management multipled->multiplied negotation->negotiation runing->running teh->the unchangable->unchangeable writen->written yeild->yield Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hw/gusemu.h')
-rw-r--r--hw/gusemu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/gusemu.h b/hw/gusemu.h
index 34872aa101..331bb6fec0 100644
--- a/hw/gusemu.h
+++ b/hw/gusemu.h
@@ -27,7 +27,7 @@
/* data types (need to be adjusted if neither a VC6 nor a C99 compatible compiler is used) */
-#if defined _WIN32 && defined _MSC_VER /* doesnt support other win32 compilers yet, do it yourself... */
+#if defined _WIN32 && defined _MSC_VER /* doesn't support other win32 compilers yet, do it yourself... */
typedef unsigned char GUSbyte;
typedef unsigned short GUSword;
typedef unsigned int GUSdword;