summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/tpu.c
diff options
context:
space:
mode:
authorThomas Waldmann2011-01-11 19:38:59 +0100
committerSteve Markgraf2011-01-11 19:53:56 +0100
commitbe9ea273b38167c00ca1e392c60eb794178232d5 (patch)
treed5c07e31007b516b05ca06080067fe0e444d1bc5 /src/target/firmware/calypso/tpu.c
parentdocumentation: fix some typos (diff)
downloadosmocom-be9ea273b38167c00ca1e392c60eb794178232d5.tar.gz
osmocom-be9ea273b38167c00ca1e392c60eb794178232d5.tar.xz
osmocom-be9ea273b38167c00ca1e392c60eb794178232d5.zip
fixed typos in comments
Signed-off-by: Steve Markgraf <steve@steve-m.de>
Diffstat (limited to 'src/target/firmware/calypso/tpu.c')
-rw-r--r--src/target/firmware/calypso/tpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/calypso/tpu.c b/src/target/firmware/calypso/tpu.c
index ed7aea7..0b60292 100644
--- a/src/target/firmware/calypso/tpu.c
+++ b/src/target/firmware/calypso/tpu.c
@@ -194,7 +194,7 @@ void tpu_enable(int active)
#endif
}
-/* Enable or Disable the clock of teh TPU Module */
+/* Enable or Disable the clock of the TPU Module */
void tpu_clk_enable(int active)
{
uint16_t reg = readw(TPU_REG(TPU_CTRL));