1
1
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:
Yu Watanabe 2021-03-13 20:07:48 +09:00 committed by Frantisek Sumsal
parent 37ca78a35c
commit 925bd4c24e

View File

@ -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) {