From 53b2de18eb63bede4a6552df63becf62412da5cb Mon Sep 17 00:00:00 2001
From: Gregory Nutt <gnutt@nuttx.org>
Date: Sat, 20 Aug 2016 13:23:41 -0600
Subject: [PATCH] Trivial typo fix

---
 sched/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sched/Kconfig b/sched/Kconfig
index ba64b3dcb5..bf40372785 100644
--- a/sched/Kconfig
+++ b/sched/Kconfig
@@ -599,7 +599,7 @@ config CPULOAD_ONESHOT
 	bool "Use Oneshot timer"
 	default n
 	---help---
-		Use am MCU-specific oneshot timer as the external clock.  The
+		Use an MCU-specific oneshot timer as the external clock.  The
 		oneshot timer must be configured by board specific logic which must
 		then call:
 
-- 
GitLab