]> git.cworth.org Git - cworth.org/commitdiff
Fix typo
authorCarl Worth <cworth@cworth.org>
Thu, 31 May 2007 19:51:00 +0000 (12:51 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 31 May 2007 19:51:00 +0000 (12:51 -0700)
src/exa/understanding_rectangles.mdwn

index d640840074289eb3b8af394dad56aa630165a491..f7cf290e80d66926c51e0e07a8280fe5b8731a44 100644 (file)
@@ -72,7 +72,7 @@ protocol tracing[*] revealed that XFillRectangle is batching requests
 while XRenderFillRectangles is not. That's a rather nasty trap for an
 unwary Xlib coder like myself. I added batching in chunks of 256
 rectangles around XRenderFillRectangles and it started behaving
-precisely like XRenderFillRectangles.
+precisely like XFillRectangles.
 
 Finally, I eliminated some non-determinism from the rectangles test
 case. Originally, it was written to choose randomly-sized rectangles