ref: b04a2cba98b82b7424878236798fc90497529ebf
parent: d3ef8e65dccb76c4a62d7c4f8f38c9fa3dd9b188
author: Ben Harris <bjh21@bjh21.me.uk>
date: Sat Dec 3 04:59:21 EST 2022
js: Correct a comment describing timer_callback
--- a/emccpre.js
+++ b/emccpre.js
@@ -95,7 +95,7 @@
// void timer_callback(double tplus);
//
-// Called every 20ms while timing is active.
+// Called every frame while timing is active.
var timer_callback;
// The status bar object, if we have one.