From d40cc2cc3f7c78a766c7ab26aa0cb73ae17534c0 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Sun, 18 Mar 2012 17:24:21 -0700 Subject: Minor comment fix Signed-off-by: Geoff Levand --- discover/kboot-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discover') 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; -- cgit v1.2.1