From 37ee4286561197b621fb4f830f89ee01f7173005 Mon Sep 17 00:00:00 2001 From: Cowering Date: Tue, 26 May 2015 13:54:48 -0500 Subject: [PATCH] Splel fxi (nw) --- src/emu/ioport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/ioport.h b/src/emu/ioport.h index 27f1e22b71f..e04b5a02b84 100644 --- a/src/emu/ioport.h +++ b/src/emu/ioport.h @@ -1827,7 +1827,7 @@ void ioport_write_line_wrapper(_FunctionClass &device, ioport_field &field, void //************************************************************************** -// INLINE FUNCITONS +// INLINE FUNCTIONS //************************************************************************** inline ioport_manager &ioport_field::manager() const { return m_port.manager(); }