Skip to content

Commit 8a86745

Browse files
committed
Fixing spelling mistake.
1 parent a2f4e6d commit 8a86745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serial/SerialDispatcher.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void SerialDispatcher::end()
8585
[current_thread_id](ThreadCustomerData const d) -> bool { return (d.thread_id == current_thread_id); });
8686

8787
/* If no thread consumers are left also end
88-
* the serial device alltogether.
88+
* the serial device altogether.
8989
*/
9090
if (_thread_customer_list.size() == 0)
9191
{

0 commit comments

Comments
 (0)