diff --git a/Lab2_example/Craig/Makefile b/Lab2_example/Craig/Makefile
index 52653534d215ae555a9db590af353a4a11c6be87..3c9d6f97c1bac7eef23fae432c9cd4bd39b323ee 100644
--- a/Lab2_example/Craig/Makefile
+++ b/Lab2_example/Craig/Makefile
@@ -34,7 +34,7 @@ OBJCOPY=$(TOOLROOT)/arm-none-eabi-objcopy
 # Code paths
 APP_CODE=$(APP)/Src
 
-# Search path for perpheral library
+# Search path for peripheral library
 
 VPATH=$(HAL)/Src:$(BSP_BL-L475):$(APP_CODE)
 
@@ -44,7 +44,7 @@ vpath %.c $(HAL)/Src
 vpath %.c $(BSP_BL-L475)
 
 
-#  Processor specific
+#  Processor and board specific settings
 
 PTYPE = STM32L475xx
 LDSCRIPT = STM32L475VGTx_FLASH.ld