diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-09-20 06:37:25 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-20 06:37:25 +0000 |
| commit | 20963dd8013b8d486b8a3a5155eaefda91d6d428 (patch) | |
| tree | d5ff80a55f5b4f8edf9bebe1056f46758881813f /tools | |
| parent | 720732a14f35acd012f9f69a9932000e674da68d (diff) | |
| download | rockbox-20963dd8013b8d486b8a3a5155eaefda91d6d428.zip rockbox-20963dd8013b8d486b8a3a5155eaefda91d6d428.tar.gz rockbox-20963dd8013b8d486b8a3a5155eaefda91d6d428.tar.bz2 rockbox-20963dd8013b8d486b8a3a5155eaefda91d6d428.tar.xz | |
spell fix, additional comment in the generated .h file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2340 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/genlang | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang index 2e3f212..5e8c607 100755 --- a/tools/genlang +++ b/tools/genlang @@ -25,7 +25,7 @@ print HFILE <<MOO /* This file was automaticly generated using genlang */ /* * The str() macro/functions is how to access strings that might be - * translated. Use it like str(MACRO) and except a string to be + * translated. Use it like str(MACRO) and expect a string to be * returned! */ #define str(x) language_strings[x] @@ -33,6 +33,7 @@ print HFILE <<MOO /* this is the array with all the strings */ extern unsigned char *language_strings[]; +/* The enum below contains all available strings */ enum { MOO ; |