diff options
| author | Johannes Schickel | 2011-08-18 23:18:20 +0200 |
|---|---|---|
| committer | Johannes Schickel | 2011-08-18 23:18:20 +0200 |
| commit | dd0ad3cba4534cb9b36dc0b6c8b412a0f1b10cf2 (patch) | |
| tree | 15ed6fad83a30adbc9146e5ffdecc9be0ac1d6fe /backends | |
| parent | 5491d9306f12c91bf18b5a8b7c3a5f1ddacbcd4a (diff) | |
| download | scummvm-rg350-dd0ad3cba4534cb9b36dc0b6c8b412a0f1b10cf2.tar.gz scummvm-rg350-dd0ad3cba4534cb9b36dc0b6c8b412a0f1b10cf2.tar.bz2 scummvm-rg350-dd0ad3cba4534cb9b36dc0b6c8b412a0f1b10cf2.zip | |
SDL: Fix typo.
Diffstat (limited to 'backends')
| -rw-r--r-- | backends/graphics/sdl/sdl-graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/sdl/sdl-graphics.h b/backends/graphics/sdl/sdl-graphics.h index b42eafdaa5..ea9149fccb 100644 --- a/backends/graphics/sdl/sdl-graphics.h +++ b/backends/graphics/sdl/sdl-graphics.h @@ -32,7 +32,7 @@ class SdlEventSource; * * It features a few extra a few extra features required by SdlEventSource. * FIXME/HACK: - * Note it does not inherit from GraphicsManager to avoid a diamon inheritance + * Note it does not inherit from GraphicsManager to avoid a diamond inheritance * in the current OpenGLSdlGraphicsManager. */ class SdlGraphicsManager { |
