aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/HardwareSerial1.cpp
diff options
context:
space:
mode:
authorDaniel Jackson <dan@djackson.org>2020-03-18 16:38:09 -0700
committerDaniel Jackson <dan@djackson.org>2020-03-18 16:38:09 -0700
commit9e5ab3d45e276c4b1b1104bacd819d63a861e118 (patch)
tree499a4b9e40975258703e03e91606a7738fd7ca72 /cores/arduino/HardwareSerial1.cpp
parent0e7fae85bdfbab43242374c0289cdd806d13b0bc (diff)
Fix sine -> since typo in HardwareSerial files
Diffstat (limited to 'cores/arduino/HardwareSerial1.cpp')
-rw-r--r--cores/arduino/HardwareSerial1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/HardwareSerial1.cpp b/cores/arduino/HardwareSerial1.cpp
index 19625e2..a345cdb 100644
--- a/cores/arduino/HardwareSerial1.cpp
+++ b/cores/arduino/HardwareSerial1.cpp
@@ -26,7 +26,7 @@
#include "HardwareSerial.h"
#include "HardwareSerial_private.h"
-// Each HardwareSerial is defined in its own file, sine the linker pulls
+// Each HardwareSerial is defined in its own file, since the linker pulls
// in the entire file when any element inside is used. --gc-sections can
// additionally cause unused symbols to be dropped, but ISRs have the
// "used" attribute so are never dropped and they keep the