Skip to content

Commit e440ec6

Browse files
soburiDhruvaG2000
authored andcommitted
cores: arduino: zephyrPrint: Fix typo
Fix minor typo in comments. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent 8f7c7db commit e440ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cores/arduino/zephyrPrint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ size_t print_number_base_pow2(void *ctx, unsigned long long ull, unsigned bits)
8484

8585
/*
8686
* This is the default implementation.
87-
* It will be overridden by subclassese.
87+
* It will be overridden by subclasses.
8888
*/
8989
size_t arduino::Print::write(const uint8_t *buffer, size_t size) {
9090
size_t i;

0 commit comments

Comments
 (0)