From 061df014fd60a6c1eefadcf9b84705015d0ce511 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 7 Jul 2014 18:30:41 -0400 Subject: [PATCH] Fix typo --- src/shared/path-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/path-util.c b/src/shared/path-util.c index e68d367..6b13f02 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); -- 2.7.4