From e26bb43a03668fecead9740bcb9614ddb2f673f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= <cnkgndgn@gmail.com>
Date: Thu, 21 Apr 2016 10:57:26 +0200
Subject: [PATCH] make: fix typo

---
 Makefile.include | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.include b/Makefile.include
index 820b96be45..3ef25e8288 100644
--- a/Makefile.include
+++ b/Makefile.include
@@ -392,7 +392,7 @@ include $(RIOTBASE)/Makefile.buildtests
 # Export variables used throughout the whole make system:
 include $(RIOTBASE)/Makefile.vars
 
-# Warn if the selected board and drivers don't provide all needed featues:
+# Warn if the selected board and drivers don't provide all needed features:
 ifneq (, $(filter all, $(if $(MAKECMDGOALS), $(MAKECMDGOALS), all)))
   EXPECT_ERRORS :=
   EXPECT_CONFLICT :=
-- 
GitLab