From 961021ba1022ecb85bf827938bfbb1e23bd0662e Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 3 May 2022 13:26:39 -0400 Subject: emuopts.cpp: Fix typo in comment --- src/emu/emuopts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/emuopts.cpp b/src/emu/emuopts.cpp index 8959c00da03..4b6fc39a4f2 100644 --- a/src/emu/emuopts.cpp +++ b/src/emu/emuopts.cpp @@ -528,7 +528,7 @@ void emu_options::update_slot_and_image_options() if (add_and_remove_slot_options()) changed = true; - // second, we perform an analgous operation with m_image_options + // second, we perform an analogous operation with m_image_options if (add_and_remove_image_options()) changed = true; -- cgit v1.2.3