summaryrefslogtreecommitdiffstats
path: root/src/emu/tilemap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/tilemap.cpp')
-rw-r--r--src/emu/tilemap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/tilemap.cpp b/src/emu/tilemap.cpp
index b910f30c177..d8e5d1b0ea0 100644
--- a/src/emu/tilemap.cpp
+++ b/src/emu/tilemap.cpp
@@ -72,7 +72,7 @@ inline int32_t tilemap_t::effective_colscroll(int index, uint32_t screen_height)
//-------------------------------------------------
-// gfx_tiles_changed - return TRUE if any
+// gfx_tiles_changed - return true if any
// gfx_elements used by this tilemap have
// changed
//-------------------------------------------------