From 0aa2735d4e12017de3dc834f3504da5116f0716a Mon Sep 17 00:00:00 2001 From: Marco van den Heuvel Date: Sun, 15 Apr 2018 12:15:19 -0700 Subject: [PATCH] Fixed another comment. --- libsrc/c64/acc_c64dtv_speed.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/c64/acc_c64dtv_speed.s b/libsrc/c64/acc_c64dtv_speed.s index 03bff8aa6..ff86751a5 100755 --- a/libsrc/c64/acc_c64dtv_speed.s +++ b/libsrc/c64/acc_c64dtv_speed.s @@ -10,7 +10,7 @@ ; * Note that any value higher or equal to SPEED_2X will switch to fast mode. ; * ; * This function will return the actual speed the CPU is at after trying -; * to set the requested speed, to my knowledge this should not happen. +; * to set the requested speed, to my knowlegde the switching should not fail. ; * ; * This function does not check for the presence of the C64DTV, ; * make sure you use 'detect_c64dtv();' before using. -- 2.39.5