summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm4f120-launchpad/src/lm4f_ssi.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lm4f120-launchpad/src/lm4f_ssi.c')
-rw-r--r--nuttx/configs/lm4f120-launchpad/src/lm4f_ssi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/lm4f120-launchpad/src/lm4f_ssi.c b/nuttx/configs/lm4f120-launchpad/src/lm4f_ssi.c
index b26f07424..e7b5faf55 100644
--- a/nuttx/configs/lm4f120-launchpad/src/lm4f_ssi.c
+++ b/nuttx/configs/lm4f120-launchpad/src/lm4f_ssi.c
@@ -111,7 +111,7 @@ void weak_function lm4f_ssiinitialize(void)
* 2. Add a call to tiva_spiinitialize() in your low level initialization
* logic
* 3. The handle returned by tiva_spiinitialize() may then be used to bind the
- * SPI driver to higher level logic (e.g., calling
+ * SPI driver to higher level logic (e.g., calling
* mmcsd_spislotinitialize(), for example, will bind the SPI driver to
* the SPI MMC/SD driver).
*