From cb534d8b85c3dd141d61198c97b86670ef9087c9 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 7 Jun 2017 10:05:16 -0400 Subject: [PATCH] Corrected comment. --- Storage/Tape/Formats/ZX80O.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/Tape/Formats/ZX80O.cpp b/Storage/Tape/Formats/ZX80O.cpp index 55834890c..a4e36072b 100644 --- a/Storage/Tape/Formats/ZX80O.cpp +++ b/Storage/Tape/Formats/ZX80O.cpp @@ -75,7 +75,7 @@ Tape::Pulse ZX80O::virtual_get_next_pulse() { wave_pointer_ ++; } else { - // waves are of length 150µs + // pulses are of length 150µs pulse.length.length = 3; pulse.length.clock_rate = 20000;