summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-30 09:35:36 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-30 09:35:36 +0000
commitbc4d223b6ca26c8a7618ce0cb441132601a9a5cb (patch)
tree3e3c0f65e67f84916581c4678b56ddea10e615c7
parentf3efc26445a7dafbdd03b20ec6ceeb61ade049fc (diff)
downloadrockbox-bc4d223b6ca26c8a7618ce0cb441132601a9a5cb.zip
rockbox-bc4d223b6ca26c8a7618ce0cb441132601a9a5cb.tar.gz
rockbox-bc4d223b6ca26c8a7618ce0cb441132601a9a5cb.tar.bz2
rockbox-bc4d223b6ca26c8a7618ce0cb441132601a9a5cb.tar.xz
Correct comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21574 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xapps/plugins/lua/button_helper.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/button_helper.pl b/apps/plugins/lua/button_helper.pl
index d8e83e6..549619c 100755
--- a/apps/plugins/lua/button_helper.pl
+++ b/apps/plugins/lua/button_helper.pl
@@ -56,7 +56,7 @@ int main(void)
{
unsigned int i;
printf("-- Don't change this file!\\n");
- printf("-- It is automatically generated of button-target.h \%s\\n", "$svnrev");
+ printf("-- It is automatically generated of button.h \%s\\n", "$svnrev");
printf("rb.buttons = {\\n");
for(i=0; i<sizeof(buttons)/sizeof(struct button); i++)
printf("\\t\%s = \%ld,\\n", buttons[i].name, buttons[i].value);