Skip to content

Commit 0f3d4da

Browse files
authored
Merge pull request #318 from e28eta/typos
Fix sine -> since typo in HardwareSerial files
2 parents 0e7fae8 + 9e5ab3d commit 0f3d4da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: cores/arduino/HardwareSerial0.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "HardwareSerial.h"
2727
#include "HardwareSerial_private.h"
2828

29-
// Each HardwareSerial is defined in its own file, sine the linker pulls
29+
// Each HardwareSerial is defined in its own file, since the linker pulls
3030
// in the entire file when any element inside is used. --gc-sections can
3131
// additionally cause unused symbols to be dropped, but ISRs have the
3232
// "used" attribute so are never dropped and they keep the

Diff for: cores/arduino/HardwareSerial1.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "HardwareSerial.h"
2727
#include "HardwareSerial_private.h"
2828

29-
// Each HardwareSerial is defined in its own file, sine the linker pulls
29+
// Each HardwareSerial is defined in its own file, since the linker pulls
3030
// in the entire file when any element inside is used. --gc-sections can
3131
// additionally cause unused symbols to be dropped, but ISRs have the
3232
// "used" attribute so are never dropped and they keep the

Diff for: cores/arduino/HardwareSerial2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "HardwareSerial.h"
2727
#include "HardwareSerial_private.h"
2828

29-
// Each HardwareSerial is defined in its own file, sine the linker pulls
29+
// Each HardwareSerial is defined in its own file, since the linker pulls
3030
// in the entire file when any element inside is used. --gc-sections can
3131
// additionally cause unused symbols to be dropped, but ISRs have the
3232
// "used" attribute so are never dropped and they keep the

Diff for: cores/arduino/HardwareSerial3.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "HardwareSerial.h"
2727
#include "HardwareSerial_private.h"
2828

29-
// Each HardwareSerial is defined in its own file, sine the linker pulls
29+
// Each HardwareSerial is defined in its own file, since the linker pulls
3030
// in the entire file when any element inside is used. --gc-sections can
3131
// additionally cause unused symbols to be dropped, but ISRs have the
3232
// "used" attribute so are never dropped and they keep the

0 commit comments

Comments
 (0)