summaryrefslogtreecommitdiff
path: root/src/gfx/vid_1200.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx/vid_1200.c')
-rw-r--r--src/gfx/vid_1200.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gfx/vid_1200.c b/src/gfx/vid_1200.c
index abc1b54..3e6c023 100644
--- a/src/gfx/vid_1200.c
+++ b/src/gfx/vid_1200.c
@@ -1044,7 +1044,7 @@ gfx_set_video_palette_entry(unsigned long index, unsigned long palette)
/*---------------------------------------------------------------------------
* gfx_set_video_palette_bypass
*
- * This routine enables/disables the pallete RAM bypass.
+ * This routine enables/disables the palette RAM bypass.
*---------------------------------------------------------------------------
*/
#if GFX_VIDEO_DYNAMIC
@@ -2045,7 +2045,7 @@ gfx_get_video_src_size(void)
if (width) {
/* DETERMINE HEIGHT BY DIVIDING TOTAL SIZE BY WIDTH */
- /* Get total size from display controller - abtracted. */
+ /* Get total size from display controller - abstracted. */
height = gfx_get_display_video_size() / (width << 1);
}