From e3487f4298b68b84c9327248f4b8ca64b566eea6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 18 Dec 2014 13:56:15 -0600 Subject: [PATCH] Fix a couple of spelling errors in comments --- configs/freedom-kl25z/src/kl_boardinitialize.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/freedom-kl25z/src/kl_boardinitialize.c b/configs/freedom-kl25z/src/kl_boardinitialize.c index 77d8202a0b..0bd41c6416 100644 --- a/configs/freedom-kl25z/src/kl_boardinitialize.c +++ b/configs/freedom-kl25z/src/kl_boardinitialize.c @@ -64,7 +64,7 @@ * * Description: * All K25Z architectures must provide the following entry point. This entry point - * is called early in the intitialization -- after all memory has been configured + * is called early in the initialization -- after all memory has been configured * and mapped but before any devices have been initialized. * ************************************************************************************/ @@ -84,7 +84,7 @@ void kl_boardinitialize(void) /* Initialize USB if the 1) USB device controller is in the configuration * and 2) disabled, and 3) the weak function kl_usbinitialize() has been - * brought into the build. Presumeably either CONFIG_USBHOST or + * brought into the build. Presumably either CONFIG_USBHOST or * CONFIG_USBDEV is also selected. */