summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drccache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/drccache.c')
-rw-r--r--src/emu/cpu/drccache.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/cpu/drccache.c b/src/emu/cpu/drccache.c
index 533d403adbc..b5564458ae5 100644
--- a/src/emu/cpu/drccache.c
+++ b/src/emu/cpu/drccache.c
@@ -101,7 +101,7 @@ void drc_cache::flush()
//-------------------------------------------------
-// alloc - allocate permanent memory from the
+// alloc - allocate permanent memory from the
// cache
//-------------------------------------------------
@@ -186,7 +186,7 @@ void *drc_cache::alloc_temporary(size_t bytes)
//-------------------------------------------------
-// free - release permanent memory allocated from
+// free - release permanent memory allocated from
// the cache
//-------------------------------------------------
@@ -259,7 +259,7 @@ drccodeptr drc_cache::end_codegen()
//-------------------------------------------------
-// request_oob_codegen - request callback for
+// request_oob_codegen - request callback for
// out-of-band codegen
//-------------------------------------------------