summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTod E. Kurt <tod@todbot.com>2013-07-11 01:28:15 -0700
committerTod E. Kurt <tod@todbot.com>2013-07-11 01:28:15 -0700
commit7c008f4a14b6fa7f669786b2ddeb2f405dff89a3 (patch)
tree4bdf7b5689ecc38adf34e5848b9d5ef3d50e872a
parent54f6ee8603e2054ffcc4926b663d71add09ce4e3 (diff)
downloadarduino-serial-7c008f4a14b6fa7f669786b2ddeb2f405dff89a3.tar.gz
arduino-serial-7c008f4a14b6fa7f669786b2ddeb2f405dff89a3.tar.bz2
arduino-serial-7c008f4a14b6fa7f669786b2ddeb2f405dff89a3.zip
fix typo
-rw-r--r--arduino-serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arduino-serial.c b/arduino-serial.c
index 7aea772..6c44d83 100644
--- a/arduino-serial.c
+++ b/arduino-serial.c
@@ -20,7 +20,7 @@
*
*
* Updated 8 December 2006:
- * Justin McBride discoevered B14400 & B28800 aren't in Linux's termios.h.
+ * Justin McBride discovered B14400 & B28800 aren't in Linux's termios.h.
* I've included his patch, but commented out for now. One really needs a
* real make system when doing cross-platform C and I wanted to avoid that
* for this little program. Those baudrates aren't used much anyway. :)