Skip to content
Snippets Groups Projects
Commit c95cd438 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Minor typo fixes

parent 74cb19cf
No related branches found
No related tags found
No related merge requests found
......@@ -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).
*/
......
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment