summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/calypso/tpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/include/calypso/tpu.h')
-rw-r--r--src/target/firmware/include/calypso/tpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/include/calypso/tpu.h b/src/target/firmware/include/calypso/tpu.h
index 2db95aa1..3b1b6007 100644
--- a/src/target/firmware/include/calypso/tpu.h
+++ b/src/target/firmware/include/calypso/tpu.h
@@ -10,7 +10,7 @@
void tpu_reset(int active);
/* Enable or Disable a new scenario loaded into the TPU */
void tpu_enable(int active);
-/* Enable or Disable the clock of teh TPU Module */
+/* Enable or Disable the clock of the TPU Module */
void tpu_clk_enable(int active);
/* Enable Frame Interrupt generation on next frame. DSP will reset it */
void tpu_dsp_frameirq_enable(void);