summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/bbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/bbc.c')
-rw-r--r--src/mess/video/bbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/video/bbc.c b/src/mess/video/bbc.c
index 5aadc335da6..2c0f29ee522 100644
--- a/src/mess/video/bbc.c
+++ b/src/mess/video/bbc.c
@@ -96,7 +96,7 @@ static const int pixels_per_byte_set[8]={ 2,4,8,16,1,2,4,8 };
static const int width_of_cursor_set[8]={ 0,0,1,2,1,0,2,4 };
/* this is a quick lookup array that puts bits 0,2,4,6 into bits 0,1,2,3
- this is used by the pallette lookup in the video ULA */
+ this is used by the palette lookup in the video ULA */
void bbc_state::set_pixel_lookup()
{
int i;