From 3c3d39e836034cd26635074228e7b80b844c64e1 Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Fri, 4 Sep 2009 22:00:30 +0000 Subject: Fix typos in the comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22625 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/lcd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index c301c4c0d1..a8253db656 100644 --- a/firmware/export/lcd.h +++ b/firmware/export/lcd.h @@ -62,7 +62,7 @@ struct viewport { * then you need to add X pixels to get to the next line. (the next line * in this case is height1). * - * Similarly, if the screens is has the pixels in contiguous vertical strips + * Similarly, if the screen has the pixels in contiguous vertical strips * the stride would be equal to the image height. * * For example if the screen pixels are layed out as follows: @@ -83,7 +83,7 @@ struct viewport { * number needs to be passed to the STRIDE macro so that the appropriate height * or width can be passed to the lcd_bitmap, or lcd_remote_bitmap calls. * - * STRIDE_REMOTE and STRIDE_MAIN should never used when it is not clear whether + * STRIDE_REMOTE and STRIDE_MAIN should never be used when it is not clear whether * lcd_remote_bitmap calls or lcd_bitmap calls are being made (for example the * screens api). * -- cgit v1.2.3