fbdev: sisfb: fix repeated word in comment
authorJilin Yuan <yuanjilin@cdjrlc.com>
Wed, 19 Oct 2022 12:57:38 +0000 (20:57 +0800)
committerHelge Deller <deller@gmx.de>
Thu, 20 Oct 2022 06:34:22 +0000 (08:34 +0200)
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/sis/sis_accel.c

index 1914ab5a5a91be65fe01e7456c5645f94dc34b04..5850e4325f0716d13c35a77d8ede8f9740e9e534 100644 (file)
@@ -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) {