From 91e9192fc5e5fc1d05154ffc604cd973bed7d34a Mon Sep 17 00:00:00 2001 From: Joseph Finlayson Date: Tue, 21 May 2024 10:42:33 +0100 Subject: [PATCH] Fix typo in comment --- megaavr/cores/megatinycore/Tone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/megaavr/cores/megatinycore/Tone.cpp b/megaavr/cores/megatinycore/Tone.cpp index cb38eb65..64c05136 100644 --- a/megaavr/cores/megatinycore/Tone.cpp +++ b/megaavr/cores/megatinycore/Tone.cpp @@ -287,7 +287,7 @@ My tentative ruling is that: #endif #ifndef TONE_UNAVAILABLE - // helper functiodn for ending tone. + // helper function for ending tone. /* Works for all timers -- the timer being disabled will go back to the configuration it had on startup */ static void disableTimer() {