summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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