Fix some random comments which have been bugging me

This commit is contained in:
RichardG867
2023-11-10 17:27:30 -03:00
parent 4f468a73f6
commit 9bcece63fc
3 changed files with 3 additions and 3 deletions

View File

@@ -1462,7 +1462,7 @@ tgui_accel_command(int count, uint32_t cpu_dat, tgui_t *tgui)
}
}
/*See this: https://android.googlesource.com/kernel/tegra/+/android-tegra-flounder-3.10-lollipop-release/drivers/video/tridentfb.c for the pitch*/
/* See Linux kernel drivers/video/tridentfb.c for the pitch */
tgui->accel.pitch = svga->rowoffset;
switch (svga->bpp) {