Skip to content

Commit 479db2a

Browse files
committed
fix small typo in comment
1 parent 5b04cf9 commit 479db2a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

sduino/stm8/cores/sduino/weak_atexit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This function stub is compiled into the core library. Functions from
55
* libraries are only linked if a referenced function isnt't defined any other
6-
* object file. This way all library function are a kind of "weak" functions.
6+
* object file. This way all library functions are a kind of "weak" functions.
77
*
88
* This function is defined in a separate source file to avoid pulling in
99
* other unrelated definitions.

sduino/stm8/cores/sduino/weak_initVariant.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This function stub is compiled into the core library. Functions from
55
* libraries are only linked if a referenced function isnt't defined any other
6-
* object file. This way all library function are a kind of "weak" functions.
6+
* object file. This way all library functions are a kind of "weak" functions.
77
*
88
* This function is defined in a separate source file to avoid pulling in
99
* other unrelated definitions.

sduino/stm8/cores/sduino/weak_serialEvent.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* This function stub is compiled into the core library. Functions from
77
* libraries are only linked if a referenced function isnt't defined any other
8-
* object file. This way all library function are a kind of "weak" functions.
8+
* object file. This way all library functions are a kind of "weak" functions.
99
*
1010
* This function is defined in a separate source file to avoid pulling in all
1111
* the rest of HardwareSerial, even if no serial functions are used by the

0 commit comments

Comments
 (0)