diff options
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/console/vgacon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c index e6210725b9ab..d012edda6d11 100644 --- a/drivers/video/console/vgacon.c +++ b/drivers/video/console/vgacon.c | |||
@@ -1332,7 +1332,7 @@ static void vgacon_save_screen(struct vc_data *c) | |||
1332 | c->vc_y = screen_info.orig_y; | 1332 | c->vc_y = screen_info.orig_y; |
1333 | } | 1333 | } |
1334 | 1334 | ||
1335 | /* We can't copy in more then the size of the video buffer, | 1335 | /* We can't copy in more than the size of the video buffer, |
1336 | * or we'll be copying in VGA BIOS */ | 1336 | * or we'll be copying in VGA BIOS */ |
1337 | 1337 | ||
1338 | if (!vga_is_gfx) | 1338 | if (!vga_is_gfx) |