summaryrefslogtreecommitdiff
path: root/cpu/bf533/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/bf533/video.c')
-rw-r--r--cpu/bf533/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/bf533/video.c b/cpu/bf533/video.c
index 056564ab6..3ff0151d4 100644
--- a/cpu/bf533/video.c
+++ b/cpu/bf533/video.c
@@ -45,7 +45,7 @@ int is_vblank_line(const int line)
{
/*
* This array contains a single bit for each line in
- * an NTSC frame.
+ * an NTSC frame.
*/
if ((line <= 18) || (line >= 264 && line <= 281) || (line == 528))
return true;