]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/nscd-flush.c
tree-wide: s/time-out/timeout/g
[thirdparty/systemd.git] / src / shared / nscd-flush.c
index 33a06a010c43bcc80f09bf65eb07f5a10b3008f5..10fdbaf326d06f24bd80e89a024efd1a6f34a270 100644 (file)
@@ -134,7 +134,7 @@ int nscd_flush_cache(char **databases) {
         int r = 0;
         char **i;
 
-        /* Tries to invalidate the specified database in nscd. We do this carefully, with a 5s time-out, so that we
+        /* Tries to invalidate the specified database in nscd. We do this carefully, with a 5s timeout, so that we
          * don't block indefinitely on another service. */
 
         end = usec_add(now(CLOCK_MONOTONIC), NSCD_FLUSH_CACHE_TIMEOUT_USEC);