diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2010-10-15 13:01:45 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2010-10-19 15:01:51 +0100 |
commit | 9952b51f6822aeaa19c27caf85698741eb4c27d8 (patch) | |
tree | 77bcb0e82ced020028c0ab8dc7665118c9d148cd /hw/xwin/InitOutput.c | |
parent | 1de5db73d31411798ae93619d9e626fa32e0c4bd (diff) |
Cygwin/X: Fix typos in comments
Fix a few typos in comments
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Diffstat (limited to 'hw/xwin/InitOutput.c')
-rw-r--r-- | hw/xwin/InitOutput.c | 4 |
1 files changed, 2 insertions, 2 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); |