summaryrefslogtreecommitdiffstats
path: root/discover
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2012-03-18 17:24:21 -0700
committerGeoff Levand <geoff@infradead.org>2012-03-18 17:24:21 -0700
commitd40cc2cc3f7c78a766c7ab26aa0cb73ae17534c0 (patch)
tree7ef2700824eaee8091a635e28d90b47427a98f34 /discover
parent24236269ce5126dfa60af60a925da503a7338c4d (diff)
downloadtalos-petitboot-d40cc2cc3f7c78a766c7ab26aa0cb73ae17534c0.tar.gz
talos-petitboot-d40cc2cc3f7c78a766c7ab26aa0cb73ae17534c0.zip
Minor comment fix
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'discover')
-rw-r--r--discover/kboot-parser.c2
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;
OpenPOWER on IntegriCloud