From dc7107eb848a07471cf02089b39b55708427153e Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 31 May 2007 11:46:13 -0700 Subject: [PATCH] Improve comment --- com32/modules/readconfig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = -- 2.7.4