mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
fstab-util: fix typo in comment
This commit is contained in:
parent
37ca78a35c
commit
925bd4c24e
@ -167,7 +167,7 @@ int fstab_filter_options(
|
||||
assert(*end == '\\');
|
||||
end ++; /* Skip the backslash */
|
||||
if (*end != '\0')
|
||||
end ++; /* Skip the escaped char, but watch out for a trailing commma */
|
||||
end ++; /* Skip the escaped char, but watch out for a trailing comma */
|
||||
}
|
||||
|
||||
NULSTR_FOREACH(name, names) {
|
||||
|
Loading…
Reference in New Issue
Block a user