Skip to content

Commit c31a360

Browse files
author
Sebastian Stockhammer
committed
Fix spelling
1 parent 9e97037 commit c31a360

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/SerialBase.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ class SerialBase : private NonCopyable<SerialBase> {
161161
* peripheral is freed. If either serial input or serial
162162
* output is re-enabled, the peripheral is reinitialized.
163163
*
164-
* On reinitialization rx interrupts will be enabled if a
164+
* On re-initialization rx interrupts will be enabled if a
165165
* rx handler is attached. The rx handler is called once
166-
* during reinitialization.
166+
* during re-initialization.
167167
*/
168168
void enable_input(bool enable = true);
169169

@@ -173,9 +173,9 @@ class SerialBase : private NonCopyable<SerialBase> {
173173
* peripheral is freed. If either serial input or serial
174174
* output is re-enabled, the peripheral is reinitialized.
175175
*
176-
* On reinitialization tx interrupts will be enabled if a
176+
* On re-initialization tx interrupts will be enabled if a
177177
* tx handler is attached. The tx handler is called once
178-
* during reinitialization.
178+
* during re-initialization.
179179
*/
180180
void enable_output(bool enable = true);
181181

0 commit comments

Comments
 (0)