diff options
author | Thierry Crozat | 2019-10-05 21:58:44 +0100 |
---|---|---|
committer | Thierry Crozat | 2019-10-05 21:59:59 +0100 |
commit | 2365721b23474d5775075b26a694125a9c89f8b3 (patch) | |
tree | 30e9b27c8db7a046f096ed6f0ebb97356c5cbe8f /backends/platform/sdl/win32 | |
parent | 30b789de39cb7c734597ac6eba1bdccd276b31f6 (diff) | |
download | scummvm-rg350-2365721b23474d5775075b26a694125a9c89f8b3.tar.gz scummvm-rg350-2365721b23474d5775075b26a694125a9c89f8b3.tar.bz2 scummvm-rg350-2365721b23474d5775075b26a694125a9c89f8b3.zip |
JANITORIAL: Fix typo in comment
Diffstat (limited to 'backends/platform/sdl/win32')
-rw-r--r-- | backends/platform/sdl/win32/win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/win32/win32.h b/backends/platform/sdl/win32/win32.h index 2a496f5b22..e7c3485526 100644 --- a/backends/platform/sdl/win32/win32.h +++ b/backends/platform/sdl/win32/win32.h @@ -49,7 +49,7 @@ protected: virtual Common::String getDefaultConfigFileName(); virtual Common::String getDefaultLogFileName(); - // Override createAudioCDManager() to get our Mac-specific + // Override createAudioCDManager() to get our Windows-specific // version. virtual AudioCDManager *createAudioCDManager(); |