aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/start.S')
-rw-r--r--firmware/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/start.S b/firmware/start.S
index 278f0d4..ed88be2 100644
--- a/firmware/start.S
+++ b/firmware/start.S
@@ -267,7 +267,7 @@ start:
#endif
#ifdef ENABLE_MULTST
- /* call sieve C code */
+ /* call multest C code */
jal ra,multest
#endif