From b4d05878629db369ea1c7f2ed19b884085f59d61 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 26 Nov 2005 09:05:03 +0000 Subject: [PATCH] Fixed comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8067 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/gray_parm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/lib/gray_parm.c b/apps/plugins/lib/gray_parm.c index c4ee92f9cc..77156852c5 100644 --- a/apps/plugins/lib/gray_parm.c +++ b/apps/plugins/lib/gray_parm.c @@ -30,7 +30,7 @@ #include "gray.h" /* Set position of the top left corner of the greyscale overlay - Note that by is in pixel-block units (8 on Archos/SH1, 4 on H1x0) */ + Note that by is in pixel-block units (8 pixels) */ void gray_set_position(int x, int by) { _gray_info.x = x;