Improve comment
authorH. Peter Anvin <hpa@zytor.com>
Thu, 31 May 2007 18:46:13 +0000 (11:46 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 31 May 2007 18:46:13 +0000 (11:46 -0700)
com32/modules/readconfig.c

index 3e772c1..a4eb143 100644 (file)
@@ -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 =