summaryrefslogtreecommitdiff
path: root/src/code/speed_meter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/speed_meter.c')
-rw-r--r--src/code/speed_meter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/speed_meter.c b/src/code/speed_meter.c
index 086c3ea70..dff46d91e 100644
--- a/src/code/speed_meter.c
+++ b/src/code/speed_meter.c
@@ -2,8 +2,8 @@
#include "terminal.h"
/**
- * How much time the audio update on the audio thread (`func_800E4FE0`) took in total, between scheduling the last two
- * graphics tasks.
+ * How much time the audio update on the audio thread (`AudioThread_Update`) took in total, between scheduling the last
+ * two graphics tasks.
*/
volatile OSTime gAudioThreadUpdateTimeTotalPerGfxTask;