fix some text in docs and comments

This commit is contained in:
liquidraver
2026-07-04 16:47:46 +02:00
parent 2f370285d0
commit 000f6ed494
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ void ObserverMesh::harvestTimeSample(Packet *pkt)
void ObserverMesh::timeSyncTick()
{
if (!_prefs.meshtimesync || !_rtc) return;
/* Shared policy (GPS fix-freshness gate) lives in runTick; no
/* Shared policy (suppression/pedigree) lives in runTick; no
* observer-side bookkeeping needs shifting on a step. */
_timesync.runTick(*_rtc);
}