fix typos

This commit is contained in:
RainRat
2024-02-28 20:15:56 -08:00
parent b53a43027f
commit a3658f85ac
167 changed files with 320 additions and 320 deletions
+2 -2
View File
@@ -1340,7 +1340,7 @@ vesa_FontPtrs(void)
}
/*
* This will verify the existance of a VGA adapter on the machine.
* This will verify the existence of a VGA adapter on the machine.
* Video function call 0x4F00 returns 0x004F in AX if successful, and
* returns a VbeInfoBlock describing the features of the VESA BIOS.
*/
@@ -1628,7 +1628,7 @@ vesa_WriteCharXY(uint32 chr, int pixx, int pixy, uint32 colour)
/*
* Draw a character with a transparent background
* Don't bother cacheing; only the position bar and the cursor use this
* Don't bother caching; only the position bar and the cursor use this
*/
static void
vesa_WriteCharTransparent(int chr, int pixx, int pixy, int colour)