Skip to content

Commit a4f7fcd

Browse files
Jilin Yuanhdeller
authored andcommitted
fbdev: sisfb: fix repeated word in comment
Signed-off-by: Jilin Yuan <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent 0a974e6 commit a4f7fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/fbdev/sis/sis_accel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int
202202
* and destination blitting areas overlap and
203203
* adapt the bitmap addresses synchronously
204204
* if the coordinates exceed the valid range.
205-
* The the areas do not overlap, we do our
205+
* The areas do not overlap, we do our
206206
* normal check.
207207
*/
208208
if((mymax - mymin) < height) {

0 commit comments

Comments
 (0)