summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-09 13:43:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-09 13:43:43 -0600
commit646cfa00a6c003b9be5a4ba2d4a52ae60b8b4336 (patch)
tree6497ca16372451b156273b71c5ca551f40cc8649
parent08ceeb1d5b085601a47a4f7a6e597cf090c2d80a (diff)
downloadpx4-nuttx-646cfa00a6c003b9be5a4ba2d4a52ae60b8b4336.tar.gz
px4-nuttx-646cfa00a6c003b9be5a4ba2d4a52ae60b8b4336.tar.bz2
px4-nuttx-646cfa00a6c003b9be5a4ba2d4a52ae60b8b4336.zip
Minor typo fixes
-rw-r--r--nuttx/drivers/input/ads7843e.c2
-rw-r--r--nuttx/drivers/input/ads7843e.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/drivers/input/ads7843e.c b/nuttx/drivers/input/ads7843e.c
index fbb1fdec4..245b8b2d3 100644
--- a/nuttx/drivers/input/ads7843e.c
+++ b/nuttx/drivers/input/ads7843e.c
@@ -79,7 +79,7 @@
* Pre-processor Definitions
****************************************************************************/
-/* This is a value for the threshold that guantees a big difference on the
+/* This is a value for the threshold that guarantees a big difference on the
* first pendown (but can't overflow).
*/
diff --git a/nuttx/drivers/input/ads7843e.h b/nuttx/drivers/input/ads7843e.h
index 5fe38d34c..d3c82816f 100644
--- a/nuttx/drivers/input/ads7843e.h
+++ b/nuttx/drivers/input/ads7843e.h
@@ -108,7 +108,7 @@
/* This describes the state of one contact */
-enum ads7843e_contact_3
+enum ads7843e_contact_e
{
CONTACT_NONE = 0, /* No contact */
CONTACT_DOWN, /* First contact */