summary refs log tree commit diff
path: root/drivers/video
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-10-19 20:57:38 +0800
committerHelge Deller <deller@gmx.de>2022-10-20 08:34:22 +0200
commita4f7fcd7023ba63bdfe82a054c4ceb636a55d155 (patch)
tree06be9a0daddc58b0dde72f6d026df4ea3e5767bc /drivers/video
parent0a974e6ae43b3a6aac63dfdfdf171be205fa370c (diff)
downloadlinux-a4f7fcd7023ba63bdfe82a054c4ceb636a55d155.tar.gz
fbdev: sisfb: fix repeated word in comment
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/fbdev/sis/sis_accel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/sis/sis_accel.c b/drivers/video/fbdev/sis/sis_accel.c
index 1914ab5a5a91..5850e4325f07 100644
--- a/drivers/video/fbdev/sis/sis_accel.c
+++ b/drivers/video/fbdev/sis/sis_accel.c
@@ -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) {