mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
Fix typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user