diff --git a/examples/itm.rs b/examples/itm.rs
index 2dd8467ad5d7f64cfc9ba24154e6db33ba5df8f2..90b48d84cd03c427b43f598e3519534f7f843c80 100644
--- a/examples/itm.rs
+++ b/examples/itm.rs
@@ -1,4 +1,4 @@
-//! Sends "Hello, agian!" over the ITM port 0
+//! Sends "Hello, again!" over the ITM port 0
 //!
 //! ITM is much faster than semihosting. Like 4 orders of magnitude or so.
 //!