summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Cowering <cowering@users.noreply.github.com>2015-05-26 13:54:48 -0500
committer Cowering <cowering@users.noreply.github.com>2015-05-26 13:54:48 -0500
commit37ee4286561197b621fb4f830f89ee01f7173005 (patch)
treeb4cd1fbbd7093fce131e5f4dcbe3497e833eefdf /src
parentad9440ce2e2f8ca5c17973263cbae43e78bee67b (diff)
Splel fxi (nw)
Diffstat (limited to 'src')
-rw-r--r--src/emu/ioport.h2
1 files changed, 1 insertions, 1 deletions
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(); }