From 1123223058e1797860a0810afb52b824d8fda58b Mon Sep 17 00:00:00 2001 From: Lennart Buhl Date: Mon, 22 Jul 2024 13:58:24 +0200 Subject: [PATCH] Fix a typo in src/mesh/MeshService.h (#4314) --- src/mesh/MeshService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/MeshService.h b/src/mesh/MeshService.h index 3ac35bb62..ef92ba7d4 100644 --- a/src/mesh/MeshService.h +++ b/src/mesh/MeshService.h @@ -144,7 +144,7 @@ class MeshService /// returns 0 to allow further processing int onGPSChanged(const meshtastic::GPSStatus *arg); #endif - /// Handle a packet that just arrived from the radio. This method does _ReliableRouternot_ free the provided packet. If it + /// Handle a packet that just arrived from the radio. This method does _not_ free the provided packet. If it /// needs to keep the packet around it makes a copy int handleFromRadio(const meshtastic_MeshPacket *p); friend class RoutingModule;