From: user Date: Mon, 7 Aug 2023 22:40:35 +0000 (-0500) Subject: Fix typo X-Git-Url: https://git.the-white-hart.net/?a=commitdiff_plain;h=cc94aae5a08c5501f6c67621f751c8a61b79661f;p=atmega%2Fsiggen.git Fix typo --- 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