From cc94aae5a08c5501f6c67621f751c8a61b79661f Mon Sep 17 00:00:00 2001 From: user Date: Mon, 7 Aug 2023 17:40:35 -0500 Subject: [PATCH] Fix typo --- asm_1/siggen.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asm_1/siggen.asm b/asm_1/siggen.asm index bc2493a..54bf903 100644 --- a/asm_1/siggen.asm +++ b/asm_1/siggen.asm @@ -61,7 +61,7 @@ ; - Handle user input (waveform select button and frequency knob) ; - Output a sample from the waveform LUT ; -; User input handling can happen on a liesurely timescale (at the very least +; User input handling can happen on a leisurely timescale (at the very least ; once every 200ms (5 Hz), and precise timing is not necessary) ; ; Sample output must happen as quickly as possible and with a fixed number of -- 2.43.0