diff vidix/drivers/mach64_vid.c @ 11000:6e35326c742f

many small typo and grammar fixes Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>
author gabucino
date Sat, 04 Oct 2003 17:29:08 +0000
parents afa6ebcbb50d
children 972d1998bde9
line wrap: on
line diff
--- a/vidix/drivers/mach64_vid.c	Sat Oct 04 07:53:20 2003 +0000
+++ b/vidix/drivers/mach64_vid.c	Sat Oct 04 17:29:08 2003 +0000
@@ -780,8 +780,8 @@
         config->offsets[i] = config->offsets[i-1] + config->frame_size;
     
 	/*FIXME the left / top stuff is broken (= zoom a src rectangle from a larger one)
-		1. the framesize isnt known as the outer src rectangle dimensions arent known
-		2. the mach64 needs aligned addresses so it cant work anyway
+		1. the framesize isn't known as the outer src rectangle dimensions aren't known
+		2. the mach64 needs aligned addresses so it can't work anyway
 		   -> so we could shift the outer buffer to compensate that but that would mean
 		      alignment problems for the code which writes into it
 	*/