diff options
Diffstat (limited to 'src/atiscreen.c')
-rw-r--r-- | src/atiscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atiscreen.c b/src/atiscreen.c index aa1d1cb..bb7fd4b 100644 --- a/src/atiscreen.c +++ b/src/atiscreen.c @@ -240,7 +240,7 @@ ATIMach64SetupMemXAA scanlines = total / widthBytes; if (scanlines > ATIMach64MaxY) scanlines = ATIMach64MaxY; - /* Recalculate the texture offset and size to accomodate any + /* Recalculate the texture offset and size to accommodate any * rounding to a whole number of scanlines. * FIXME: Is this actually needed? */ |