From: H. Peter Anvin Date: Thu, 31 May 2007 18:46:13 +0000 (-0700) Subject: Improve comment X-Git-Tag: syslinux-3.50-pre16~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc7107eb848a07471cf02089b39b55708427153e;p=profile%2Fivi%2Fsyslinux.git Improve comment --- diff --git a/com32/modules/readconfig.c b/com32/modules/readconfig.c index 3e772c1..a4eb143 100644 --- a/com32/modules/readconfig.c +++ b/com32/modules/readconfig.c @@ -381,8 +381,8 @@ static uint32_t parse_argb(char **p) hexval2(sp+dl*2); break; case 8: /* #aarrggbb */ - /* 12 is indistinguishable from #rrrrggggbbbb, - assume that is a more common format */ + /* #aaarrrgggbbb is indistinguishable from #rrrrggggbbbb, + assume the latter is a more common format */ case 16: /* #aaaarrrrggggbbbb */ dl = len/4; argb =