summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-18 13:56:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-18 13:56:15 -0600
commit7bcedfcedce874b1863bbc1cdceaae33eca7ba35 (patch)
treeadd3e028df1b3218d49452790f02cbd99004a01a /nuttx/configs
parenta89a3cd73342144959c8a49f5ae06b50e99d2722 (diff)
downloadpx4-nuttx-7bcedfcedce874b1863bbc1cdceaae33eca7ba35.tar.gz
px4-nuttx-7bcedfcedce874b1863bbc1cdceaae33eca7ba35.tar.bz2
px4-nuttx-7bcedfcedce874b1863bbc1cdceaae33eca7ba35.zip
Fix a couple of spelling errors in comments
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/freedom-kl25z/src/kl_boardinitialize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/freedom-kl25z/src/kl_boardinitialize.c b/nuttx/configs/freedom-kl25z/src/kl_boardinitialize.c
index 77d8202a0..0bd41c641 100644
--- a/nuttx/configs/freedom-kl25z/src/kl_boardinitialize.c
+++ b/nuttx/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.
*/