summaryrefslogtreecommitdiff
path: root/src/shared/fstab-util.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-03-13 20:07:48 +0900
committerFrantisek Sumsal <frantisek@sumsal.cz>2021-03-13 12:26:10 +0100
commit925bd4c24e472208e825fe0fa19346ab6773cfd3 (patch)
tree1f1937e3409785d66b8495f8f601701333bb3a0b /src/shared/fstab-util.c
parent37ca78a35cd1b9f13e584ccf3d332413c7875e40 (diff)
downloadsystemd-925bd4c24e472208e825fe0fa19346ab6773cfd3.tar.gz
fstab-util: fix typo in comment
Diffstat (limited to 'src/shared/fstab-util.c')
-rw-r--r--src/shared/fstab-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/fstab-util.c b/src/shared/fstab-util.c
index 7fd3d9c2c3..f683f05981 100644
--- a/src/shared/fstab-util.c
+++ b/src/shared/fstab-util.c
@@ -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) {