[devel] Revised commentary about png_rgb_to_gray coefficents

and fixed spelling (truely -> truly) in comments.
This commit is contained in:
Glenn Randers-Pehrson
2011-08-11 09:01:57 -05:00
parent a45ffbefb9
commit 0bc79772c8
3 changed files with 7 additions and 2 deletions

View File

@@ -2104,7 +2104,7 @@ modifier_progressive_read(png_modifier *pm, png_structp pp, png_infop pi)
png_error(pp, "store state damaged (progressive)");
/* This is another Horowitz and Hill random noise generator. In this case
* the aim is to stress the progressive reader with truely horrible variable
* the aim is to stress the progressive reader with truly horrible variable
* buffer sizes in the range 1..500, so a sequence of 9 bit random numbers
* is generated. We could probably just count from 1 to 32767 and get as
* good a result.