aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/surfacesdl/surfacesdl-graphics.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2012-05-31 04:28:09 -0700
committerJohannes Schickel2012-05-31 04:28:09 -0700
commit72ec77a631ea1a79d7e151d2e33c0cfdac23e7c7 (patch)
treeb55e02a3797e92f1c5dd1b84e6a2704cad04bd33 /backends/graphics/surfacesdl/surfacesdl-graphics.cpp
parentdfa5405db8c33f91936d022954175799ea54658d (diff)
parent5de3f9c765ff50ffb386bf62213c882bd5c93cf1 (diff)
downloadscummvm-rg350-72ec77a631ea1a79d7e151d2e33c0cfdac23e7c7.tar.gz
scummvm-rg350-72ec77a631ea1a79d7e151d2e33c0cfdac23e7c7.tar.bz2
scummvm-rg350-72ec77a631ea1a79d7e151d2e33c0cfdac23e7c7.zip
Merge pull request #241 from fingolfin/osx-spelling
ALL: Correct spelling of "Mac OS X" in various places
Diffstat (limited to 'backends/graphics/surfacesdl/surfacesdl-graphics.cpp')
-rw-r--r--backends/graphics/surfacesdl/surfacesdl-graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/surfacesdl/surfacesdl-graphics.cpp b/backends/graphics/surfacesdl/surfacesdl-graphics.cpp
index 9631c3c07e..e841ecb834 100644
--- a/backends/graphics/surfacesdl/surfacesdl-graphics.cpp
+++ b/backends/graphics/surfacesdl/surfacesdl-graphics.cpp
@@ -458,7 +458,7 @@ void SurfaceSdlGraphicsManager::detectSupportedFormats() {
_hwscreen->format->Rshift, _hwscreen->format->Gshift,
_hwscreen->format->Bshift, _hwscreen->format->Ashift);
- // Workaround to MacOSX SDL not providing an accurate Aloss value.
+ // Workaround to SDL not providing an accurate Aloss value on Mac OS X.
if (_hwscreen->format->Amask == 0)
format.aLoss = 8;