This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2014-07-07 18:30:41 -04:00
parent 126cc76074
commit 061df014fd

View 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);