video/bochs: Fix typo

Signed-off-by: Ave Milia <avemilia@protonmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Ave Milia 2020-08-03 21:22:49 +00:00 committed by Daniel Kiper
parent e7b8856f8b
commit a0ba8fae61
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ grub_video_bochs_setup (unsigned int width, unsigned int height,
" supported by bochs video");
if (depth == 4)
return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "4-bpp isn't cupported");
return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "4-bpp isn't supported");
bytes_per_pixel = (depth + 7) / 8;
if (depth == 4)