diff options
Diffstat (limited to 'src/gfx/rndr_gu1.c')
-rw-r--r-- | src/gfx/rndr_gu1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx/rndr_gu1.c b/src/gfx/rndr_gu1.c index 57fe9b1..6c16c93 100644 --- a/src/gfx/rndr_gu1.c +++ b/src/gfx/rndr_gu1.c @@ -407,7 +407,7 @@ gfx_set_raster_operation(unsigned char rop) GFXsavedRop = rop16; /* SET FLAG INDICATING ROP REQUIRES DESTINATION DATA */ - /* True if even bits (0:2:4:6) do not equal the correspinding */ + /* True if even bits (0:2:4:6) do not equal the corresponding */ /* even bits (1:3:5:7). */ GFXusesDstData = ((rop & 0x55) ^ ((rop >> 1) & 0x55)); |