diff options
-rw-r--r-- | graphics/paletteman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/paletteman.h b/graphics/paletteman.h index 4659992195..6f04c09fec 100644 --- a/graphics/paletteman.h +++ b/graphics/paletteman.h @@ -101,7 +101,7 @@ private: } // End of namespace Graphics -/** Shortcut for accessing the font manager. */ +/** Shortcut for accessing the palette manager. */ #define PaletteMan (Graphics::PaletteManager::instance()) #endif |