From 9e5ab3d45e276c4b1b1104bacd819d63a861e118 Mon Sep 17 00:00:00 2001 From: Daniel Jackson Date: Wed, 18 Mar 2020 16:38:09 -0700 Subject: Fix sine -> since typo in HardwareSerial files --- cores/arduino/HardwareSerial3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cores/arduino/HardwareSerial3.cpp') diff --git a/cores/arduino/HardwareSerial3.cpp b/cores/arduino/HardwareSerial3.cpp index a68095b..26aaee8 100644 --- a/cores/arduino/HardwareSerial3.cpp +++ b/cores/arduino/HardwareSerial3.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 -- cgit v1.2.3-18-g5258