Minor typo fixes

This commit is contained in:
Gregory Nutt 2014-02-09 13:43:43 -06:00
parent 74cb19cfb2
commit c95cd438ef
2 changed files with 2 additions and 2 deletions

View File

@ -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).
*/

View File

@ -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 */