From 5ef27368f1bcbe31fb27072983d7a29df8de6845 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 11 Jan 2012 13:14:30 +0100 Subject: lcd: fix function name in comments in assembly files (lcd_write_yup_420 instead of lcd_write_yuv420) --- firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S') diff --git a/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S b/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S index 9079be6aa7..e03011c168 100644 --- a/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S +++ b/firmware/target/arm/pbell/vibe500/lcd-as-vibe500.S @@ -26,7 +26,7 @@ #include "cpu.h" /**************************************************************************** - * void lcd_write_yuv_420_lines(unsigned char const * const src[3], + * void lcd_write_yuv420_lines(unsigned char const * const src[3], * int width, * int stride); * @@ -249,7 +249,7 @@ lcd_write_yuv420_lines: /**************************************************************************** - * void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3], + * void lcd_write_yuv420_lines_odither(unsigned char const * const src[3], * int width, * int stride, * int x_screen, -- cgit v1.2.3