diff options
| author | Michael Sparmann <theseven@rockbox.org> | 2010-11-13 17:39:21 +0000 |
|---|---|---|
| committer | Michael Sparmann <theseven@rockbox.org> | 2010-11-13 17:39:21 +0000 |
| commit | fc86352e275dbab5babfb12dcded1b3d5a7f7ba8 (patch) | |
| tree | 8f4aa5d681b7e6b9e8158d04f238375086035763 /firmware | |
| parent | 1960a8029bf171dd1ca1bd15567125245d7ebb37 (diff) | |
| download | rockbox-fc86352e275dbab5babfb12dcded1b3d5a7f7ba8.zip rockbox-fc86352e275dbab5babfb12dcded1b3d5a7f7ba8.tar.gz rockbox-fc86352e275dbab5babfb12dcded1b3d5a7f7ba8.tar.bz2 rockbox-fc86352e275dbab5babfb12dcded1b3d5a7f7ba8.tar.xz | |
Fix a typo in a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28578 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/export/pcm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h index e388e29..91159e1 100644 --- a/firmware/export/pcm.h +++ b/firmware/export/pcm.h @@ -43,7 +43,7 @@ /* I/O error has occurred */ #define PCMREC_E_IO 0x80008000 #ifdef DEBUG -/* encoder has written past end of allotted space */ +/* encoder has written past end of alloccated space */ #define PCMREC_E_CHUNK_OVF 0x80010000 #endif /* DEBUG */ |