summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-23 15:48:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-23 15:48:55 -0600
commit20a5ead5e30a7f60c599f0047e3c5b3659df517d (patch)
tree13ed696e88789b38724d9117958a64cbeaf16201
parent71028c599c8a3831b49673f1e82d8cb8373c883d (diff)
downloadpx4-nuttx-20a5ead5e30a7f60c599f0047e3c5b3659df517d.tar.gz
px4-nuttx-20a5ead5e30a7f60c599f0047e3c5b3659df517d.tar.bz2
px4-nuttx-20a5ead5e30a7f60c599f0047e3c5b3659df517d.zip
sdio.h: Misc typo fixes
-rw-r--r--nuttx/include/nuttx/sdio.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/nuttx/include/nuttx/sdio.h b/nuttx/include/nuttx/sdio.h
index fddab8bbd..23b2bbec6 100644
--- a/nuttx/include/nuttx/sdio.h
+++ b/nuttx/include/nuttx/sdio.h
@@ -646,7 +646,7 @@
*
* Events are automatically disabled once the callback is performed and no
* further callback events will occur until they are again enabled by
- * calling this methos.
+ * calling this method.
*
* Input Parameters:
* dev - An instance of the SDIO device interface
@@ -676,7 +676,7 @@
*
* Input Parameters:
* dev - Device-specific state data
- * callback - The funtion to call on the media change
+ * callback - The function to call on the media change
* arg - A caller provided value to return with the callback
*
* Returned Value:
@@ -803,12 +803,11 @@ enum sdio_clock_e
typedef uint8_t sdio_eventset_t;
-/* This structure defines the interface between the NuttX SDIO
- * driver and the chip- or board-specific SDIO interface. This
- * interface is only used in architectures that support SDIO
- * 1- or 4-bit data busses. For SDIO support this interface is
- * registered with the NuttX SDIO driver by calling
- * sdio_slotinitialize().
+/* This structure defines the interface between the NuttX SDIO driver and
+ * the chip- or board-specific SDIO interface. This interface is only used
+ * in architectures that support SDIO 1- or 4-bit data buses. For SDIO
+ * support this interface is registered with the NuttX SDIO driver by
+ * calling sdio_slotinitialize().
*/
struct sdio_dev_s