]> git.ozlabs.org Git - petitboot/commitdiff
Minor comment fix
authorGeoff Levand <geoff@infradead.org>
Mon, 19 Mar 2012 00:24:21 +0000 (17:24 -0700)
committerGeoff Levand <geoff@infradead.org>
Mon, 19 Mar 2012 00:24:21 +0000 (17:24 -0700)
Signed-off-by: Geoff Levand <geoff@infradead.org>
discover/kboot-parser.c

index 5fabc942c0da6492674fbbc8f453c4fe84b41fe2..29324cb224f3ac7ad454131b55803b4f75e796b1 100644 (file)
@@ -21,7 +21,7 @@ static void kboot_process_pair(struct conf_context *conf, const char *name,
        const char *root;
        struct boot_option *opt;
 
        const char *root;
        struct boot_option *opt;
 
-       /* fixup for bare values */
+       /* ignore bare values */
 
        if (!name)
                return;
 
        if (!name)
                return;