]> git.sur5r.net Git - cc65/blobdiff - libsrc/c64/acc_c64dtv_speed.s
Fixed another comment.
[cc65] / libsrc / c64 / acc_c64dtv_speed.s
index 03bff8aa6f9886f78472b467d1b6de135a2bde8f..ff86751a5d451575315e7696e20e2f426430c6d8 100755 (executable)
@@ -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.