diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-12-04 18:15:10 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-12-04 18:15:10 +0000 |
commit | 4dd047832bea93083ac1e889f393e286a1221296 (patch) | |
tree | ff3a5b706b46e3798fd99d011cccefe9e5e83cb0 /driver/xf86-video-mach64/src/atiscreen.c | |
parent | 9e5cdf5700982f548fbff7a5db98c46aa0808884 (diff) |
Update xf86-video-mach64 to version 6.9.7.
Diffstat (limited to 'driver/xf86-video-mach64/src/atiscreen.c')
-rw-r--r-- | driver/xf86-video-mach64/src/atiscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-video-mach64/src/atiscreen.c b/driver/xf86-video-mach64/src/atiscreen.c index aa1d1cbd7..bb7fd4bae 100644 --- a/driver/xf86-video-mach64/src/atiscreen.c +++ b/driver/xf86-video-mach64/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? */ |