Skip to content

Commit

Permalink
Merge pull request #318 from e28eta/typos
Browse files Browse the repository at this point in the history
Fix sine -> since typo in HardwareSerial files
  • Loading branch information
facchinm committed Mar 19, 2020
2 parents 0e7fae8 + 9e5ab3d commit 0f3d4da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cores/arduino/HardwareSerial0.cpp
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/HardwareSerial1.cpp
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/HardwareSerial2.cpp
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cores/arduino/HardwareSerial3.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 0f3d4da

Please sign in to comment.