summaryrefslogtreecommitdiff
path: root/cpu/bf533/video.c
diff options
context:
space:
mode:
authorAubrey Li <aubrey.adi@gmail.com>2007-03-10 15:49:29 (GMT)
committerAubrey Li <aubrey.adi@gmail.com>2007-03-10 15:49:29 (GMT)
commit8db13d63157811c839d15a313d9f2d2f5fd10af3 (patch)
treee8f94f4059122b3218cffe1d3bbe577aea6cb6d9 /cpu/bf533/video.c
parentef26a08fef928b7bc11ae2c109e638dc3a016d91 (diff)
downloadu-boot-8db13d63157811c839d15a313d9f2d2f5fd10af3.tar.xz
[Blackfin][PATCH] code cleanup
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 056564a..3ff0151 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;