File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments