dm: vdisplay: fix comment typos.

Fix some typos in output logs.

Tracked-On: #7747
Signed-off-by: Sun Peng <peng.p.sun@linux.intel.com>
Acked-by: Wang, Yu1 <yu1.wang@intel.com>
This commit is contained in:
Sun Peng 2022-06-13 13:21:49 +08:00 committed by acrnsi-robot
parent 200c554a5e
commit 38a275af26

View File

@ -1140,7 +1140,7 @@ gfx_ui_init()
setenv("SDL_RENDER_SCALE_QUALITY", "linear", 1);
if (SDL_Init(SDL_INIT_VIDEO)) {
pr_err("Failed to Init SDL2 system");
pr_err("Failed to init SDL2 system\n");
return -1;
}