diff options
-rw-r--r-- | src/shared/path-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/path-util.c b/src/shared/path-util.c index e68d3677a7..6b13f0254e 100644 --- a/src/shared/path-util.c +++ b/src/shared/path-util.c @@ -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); |