From e81554d241f955cc7dad71d74894742b829684e3 Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Sun, 2 Feb 2020 14:06:46 +0100 Subject: [PATCH] itm spell --- examples/itm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/itm.rs b/examples/itm.rs index 2dd8467..90b48d8 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. //! -- GitLab