From 9952b51f6822aeaa19c27caf85698741eb4c27d8 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Fri, 15 Oct 2010 13:01:45 +0100 Subject: Cygwin/X: Fix typos in comments Fix a few typos in comments Signed-off-by: Jon TURNEY Reviewed-by: Colin Harrison --- hw/xwin/InitOutput.c | 4 ++-- hw/xwin/winmultiwindowwm.c | 2 +- hw/xwin/winshaddd.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/xwin/InitOutput.c b/hw/xwin/InitOutput.c index 445549a7f..5ed3e74e5 100644 --- a/hw/xwin/InitOutput.c +++ b/hw/xwin/InitOutput.c @@ -266,7 +266,7 @@ ddxGiveUp (void) g_fpDirectDrawCreateClipper = NULL; } - /* Unload our TrackMouseEvent funtion pointer */ + /* Unload our TrackMouseEvent function pointer */ if (g_hmodCommonControls != NULL) { FreeLibrary (g_hmodCommonControls); @@ -437,7 +437,7 @@ winFixupPaths (void) int needs_sep = TRUE; int comment_block = FALSE; - /* get defautl fontpath */ + /* get default fontpath */ char *fontpath = strdup(defaultFontPath); size_t size = strlen(fontpath); diff --git a/hw/xwin/winmultiwindowwm.c b/hw/xwin/winmultiwindowwm.c index 1e21de39f..c9b1584f8 100644 --- a/hw/xwin/winmultiwindowwm.c +++ b/hw/xwin/winmultiwindowwm.c @@ -634,7 +634,7 @@ winMultiWindowWMProc (void *pArg) ErrorF ("winMultiWindowWMProc ()\n"); #endif - /* Loop until we explicity break out */ + /* Loop until we explicitly break out */ for (;;) { WMMsgNodePtr pNode; diff --git a/hw/xwin/winshaddd.c b/hw/xwin/winshaddd.c index 5752730ff..2de496c09 100644 --- a/hw/xwin/winshaddd.c +++ b/hw/xwin/winshaddd.c @@ -55,7 +55,7 @@ extern const char *g_pszLogFile; /* - * FIXME: Headers are broken, IID_IDirectDraw4 has to be defined + * FIXME: Headers are broken, IID_IDirectDraw2 has to be defined * here manually. Should be handled by ddraw.h */ #ifndef IID_IDirectDraw2 -- cgit v1.2.3