Fix comment in watchdog.
authorTatsuo Ishii <[email protected]>
Fri, 15 Aug 2025 07:37:41 +0000 (16:37 +0900)
committerTatsuo Ishii <[email protected]>
Fri, 15 Aug 2025 07:37:41 +0000 (16:37 +0900)
commit0b1ffa2d29b520db8dfe91bd150b56aff495a40d
treefb5f2464083715688a3e42eb3b6ad988139fae64
parent579306dbcafd38d1f399611764b63b3555d132a5
Fix comment in watchdog.

Fix a comment in watchdog_state_machine_standby(). When commit b2f1526958 changed from:
last_rcv_sec >= (2 * BEACON_MESSAGE_INTERVAL_SECONDS))
to:
last_rcv_sec >= (3 * BEACON_MESSAGE_INTERVAL_SECONDS))
The comment below was left unchanged "two" instead of "three".
Also fix small typo.

Backpatch-though: master only
src/watchdog/watchdog.c