From 215086ace8584a777a0861edb08326e774b10c4b Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 6 Jul 2009 23:37:00 -0700 Subject: [PATCH] outbin: be consistent in spelling "Intel hex" with those caps The documentation uses "Intel hex", with that capitalization (Intel being a proper noun, hex being descriptive) so make the help message match. Signed-off-by: H. Peter Anvin --- output/outbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/outbin.c b/output/outbin.c index e0448025..8942acfd 100644 --- a/output/outbin.c +++ b/output/outbin.c @@ -1694,7 +1694,7 @@ struct ofmt of_bin = { }; struct ofmt of_ith = { - "Intel Hex", + "Intel hex", "ith", OFMT_TEXT, null_debug_arr, -- 2.11.4.GIT