summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/7474.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/7474.h')
-rw-r--r--src/emu/machine/7474.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/7474.h b/src/emu/machine/7474.h
index 405bc65d35e..a4ed2b270ab 100644
--- a/src/emu/machine/7474.h
+++ b/src/emu/machine/7474.h
@@ -139,7 +139,7 @@ private:
/* inputs */
UINT8 m_clear; /* pin 1/13 */
UINT8 m_preset; /* pin 4/10 */
- UINT8 m_clk; /* pin 3/11 */
+ UINT8 m_clk; /* pin 3/11 */
UINT8 m_d; /* pin 2/12 */
/* outputs */
@@ -173,4 +173,4 @@ READ_LINE_DEVICE_HANDLER( ttl7474_output_r );
READ_LINE_DEVICE_HANDLER( ttl7474_output_comp_r ); /* NOT strictly the same as !ttl7474_output_r() */
-#endif /* __TTL7474_H__ */ \ No newline at end of file
+#endif /* __TTL7474_H__ */