summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-07 18:30:41 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-07 18:36:55 -0400
commit061df014fd60a6c1eefadcf9b84705015d0ce511 (patch)
tree707f7cd5ca74f1fbd6a801ca408c23a15aa5d92a /src/shared
parent126cc76074b763c7de9edec848fb86b22e8a78ef (diff)
Fix typo
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/path-util.c2
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);