]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/watchdog.c
tree-wide: fix spelling errors
[thirdparty/systemd.git] / src / shared / watchdog.c
index b64f423c5101b058bc91b55825a3c3d1ada98c43..4d3d8828f57d98f1bc0d9a573c96191ab00593aa 100644 (file)
@@ -124,7 +124,7 @@ usec_t watchdog_runtime_wait(void) {
         if (!timestamp_is_set(watchdog_timeout))
                 return USEC_INFINITY;
 
-        /* Sleep half the watchdog timeout since the last succesful ping at most */
+        /* Sleep half the watchdog timeout since the last successful ping at most */
         if (timestamp_is_set(watchdog_last_ping)) {
                 ntime = now(clock_boottime_or_monotonic());
                 assert(ntime >= watchdog_last_ping);