diff --git a/cpu/atmega328p/include/periph_cpu.h b/cpu/atmega328p/include/periph_cpu.h
index 3555d5b0ef7ff7a5a087f58e31643ab9dde287f8..7ee09fe0bf69974f7ae3a2758ea8a26d2817728b 100644
--- a/cpu/atmega328p/include/periph_cpu.h
+++ b/cpu/atmega328p/include/periph_cpu.h
@@ -38,7 +38,7 @@ extern "C" {
 enum {
     PORT_B = 1,       /**< port B */
     PORT_C = 2,       /**< port C */
-    PORT_D = 3       /**< port D */
+    PORT_D = 3        /**< port D */
 };
 
 /**
diff --git a/cpu/atmega_common/thread_arch.c b/cpu/atmega_common/thread_arch.c
index ed4d79e9062878d2d90fdcf6c0b4120b06c8fe08..cb708749dda9d6fd4711d97e13349a5f29812a18 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