From 2d4e202be3317b20092fc87d7b915967b9aa7202 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 1 Aug 2017 17:01:36 -0400 Subject: [PATCH] Completed dangling comment. --- Components/AY38910/AY38910.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/AY38910/AY38910.hpp b/Components/AY38910/AY38910.hpp index 4b35e395a..34aefe1da 100644 --- a/Components/AY38910/AY38910.hpp +++ b/Components/AY38910/AY38910.hpp @@ -38,7 +38,7 @@ class AY38910: public ::Outputs::Filter { /// Gets the value that would appear on the data lines if only the AY is outputting. uint8_t get_data_output(); - /// Sets the + /// Sets the current control line state, as a bit field. void set_control_lines(ControlLines control_lines); /*!