summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/layer1/sync.c')
-rw-r--r--src/target/firmware/layer1/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/layer1/sync.c b/src/target/firmware/layer1/sync.c
index 36f42975..b1eedd0f 100644
--- a/src/target/firmware/layer1/sync.c
+++ b/src/target/firmware/layer1/sync.c
@@ -168,7 +168,7 @@ void l1s_reset_hw(void)
dsp_api.ndb->d_dsp_page = 0;
/* we have to really reset the TPU, otherwise FB detection
- * somtimes returns wrong TOA values. */
+ * sometimes returns wrong TOA values. */
tpu_reset(1);
tpu_reset(0);
tpu_rewind();