From: Geoff Levand Date: Mon, 19 Mar 2012 00:24:21 +0000 (-0700) Subject: Minor comment fix X-Git-Tag: v1.0.0~772 X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=d40cc2cc3f7c78a766c7ab26aa0cb73ae17534c0;hp=24236269ce5126dfa60af60a925da503a7338c4d Minor comment fix Signed-off-by: Geoff Levand --- 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;