]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fstab-util: fix typo in comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 13 Mar 2021 11:07:48 +0000 (20:07 +0900)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 13 Mar 2021 11:26:10 +0000 (12:26 +0100)
src/shared/fstab-util.c

index 7fd3d9c2c342369f60343b848ef116d04d67f9dd..f683f05981596b0c9c627a62338ebdc7c2b7b9ba 100644 (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) {