chiark / gitweb /
Fix typo
[elogind.git] / src / shared / path-util.c
index e68d3677a7a1b46fa4f7bfb66791f97f0f3dd028..6b13f0254e0db382fa8012c0e13ab5735cc88f2e 100644 (file)
@@ -636,7 +636,7 @@ int fsck_exists(const char *fstype) {
         if (r < 0)
                 return r;
 
-        /* An fsck that is linked to /bin/true is a non-existant
+        /* An fsck that is linked to /bin/true is a non-existent
          * fsck */
 
         r = readlink_malloc(p, &d);