We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f4e6d commit 8a86745Copy full SHA for 8a86745
src/serial/SerialDispatcher.cpp
@@ -85,7 +85,7 @@ void SerialDispatcher::end()
85
[current_thread_id](ThreadCustomerData const d) -> bool { return (d.thread_id == current_thread_id); });
86
87
/* If no thread consumers are left also end
88
- * the serial device alltogether.
+ * the serial device altogether.
89
*/
90
if (_thread_customer_list.size() == 0)
91
{
0 commit comments