chiark / gitweb /
build-sys: create Makefile-man.am automatically
[elogind.git] / src / fstab-generator / fstab-generator.c
index f3ecc24be62e864a67c15d7ea0fa112a7867c95a..2b67bb612d9cdb03e3a340a44bf793f2783e1418 100644 (file)
@@ -451,8 +451,8 @@ static int parse_new_root_from_proc_cmdline(void) {
         if (!opts || !type)
                 return log_oom();
 
-       /* root= and roofstype= may occur more than once, the last instance should take precedence.
-        * In the case of multiple rootflags= the arguments should be concatenated */
+        /* root= and roofstype= may occur more than once, the last instance should take precedence.
+         * In the case of multiple rootflags= the arguments should be concatenated */
         FOREACH_WORD_QUOTED(w, l, line, state) {
                 char *word, *tmp_word;