Commit a4f7fcd7 authored by Jilin Yuan's avatar Jilin Yuan Committed by Helge Deller
Browse files

fbdev: sisfb: fix repeated word in comment



Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 0a974e6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int
	 * and destination blitting areas overlap and
	 * adapt the bitmap addresses synchronously
	 * if the coordinates exceed the valid range.
	 * The the areas do not overlap, we do our
	 * The areas do not overlap, we do our
	 * normal check.
	 */
	if((mymax - mymin) < height) {