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
+2 -2
View File
@@ -353,8 +353,8 @@ void CompanionMesh::onAdvertTimeSample(const mesh::Identity &id, uint32_t timest
void CompanionMesh::timeSyncTick()
{
if (!prefs.meshtimesync) return;
/* Shared policy (GPS fix-freshness gate, forward-only) lives in
* runTick; no companion-side bookkeeping needs shifting on a step. */
/* Shared policy (suppression/pedigree, forward-only) lives in runTick;
* no companion-side bookkeeping needs shifting on a step. */
_timesync.runTick(*getRTCClock());
}