diff options
author | Geoff Levand <geoff@infradead.org> | 2012-03-18 17:24:21 -0700 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2012-03-18 17:24:21 -0700 |
commit | d40cc2cc3f7c78a766c7ab26aa0cb73ae17534c0 (patch) | |
tree | 7ef2700824eaee8091a635e28d90b47427a98f34 | |
parent | 24236269ce5126dfa60af60a925da503a7338c4d (diff) | |
download | petitboot-d40cc2cc3f7c78a766c7ab26aa0cb73ae17534c0.zip petitboot-d40cc2cc3f7c78a766c7ab26aa0cb73ae17534c0.tar.gz |
Minor comment fix
Signed-off-by: Geoff Levand <geoff@infradead.org>
-rw-r--r-- | discover/kboot-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/kboot-parser.c b/discover/kboot-parser.c index 5fabc94..29324cb 100644 --- a/discover/kboot-parser.c +++ b/discover/kboot-parser.c @@ -21,7 +21,7 @@ static void kboot_process_pair(struct conf_context *conf, const char *name, const char *root; struct boot_option *opt; - /* fixup for bare values */ + /* ignore bare values */ if (!name) return; |