diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-10-19 15:57:38 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2022-10-20 09:34:22 +0300 |
commit | a4f7fcd7023ba63bdfe82a054c4ceb636a55d155 (patch) | |
tree | 06be9a0daddc58b0dde72f6d026df4ea3e5767bc /drivers/video | |
parent | 0a974e6ae43b3a6aac63dfdfdf171be205fa370c (diff) | |
download | linux-a4f7fcd7023ba63bdfe82a054c4ceb636a55d155.tar.xz |
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.c | 2 |
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) { |