From 3ba2177b0d619f15f400ccbfb3260bfc044f8b15 Mon Sep 17 00:00:00 2001
From: Victor Arino <victor@lebrush.org>
Date: Mon, 31 Jul 2017 07:30:15 +0200
Subject: [PATCH] cpu/atmega_common: fix typo

---
 cpu/atmega_common/thread_arch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpu/atmega_common/thread_arch.c b/cpu/atmega_common/thread_arch.c
index ed4d79e906..cb708749dd 100644
--- a/cpu/atmega_common/thread_arch.c
+++ b/cpu/atmega_common/thread_arch.c
@@ -29,7 +29,7 @@
 
 
 /**
- * @brief AVR_CONTEXT_SWAP_INIT intialize the context swap trigger
+ * @brief AVR_CONTEXT_SWAP_INIT initialize the context swap trigger
  * Called when threading is first started.
  */
 #ifndef AVR_CONTEXT_SWAP_INIT
-- 
GitLab