summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/apps/hello_world/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/apps/hello_world/main.c')
-rw-r--r--src/target/firmware/apps/hello_world/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/apps/hello_world/main.c b/src/target/firmware/apps/hello_world/main.c
index 14b09b7..5e3ed85 100644
--- a/src/target/firmware/apps/hello_world/main.c
+++ b/src/target/firmware/apps/hello_world/main.c
@@ -85,7 +85,7 @@ int main(void)
keypad_set_handler(&key_handler);
- /* Dump clock config aftee PLL set */
+ /* Dump clock config after PLL set */
calypso_clk_dump();
puts(hr);