diff options
| author | Michael Sparmann <theseven@rockbox.org> | 2010-11-13 17:49:45 +0000 |
|---|---|---|
| committer | Michael Sparmann <theseven@rockbox.org> | 2010-11-13 17:49:45 +0000 |
| commit | 9156dbaef5b97c673b95de1745ac33daf6518145 (patch) | |
| tree | 817a3cc1ce8abb529efe543e961d3fcd4c293c56 | |
| parent | fc86352e275dbab5babfb12dcded1b3d5a7f7ba8 (diff) | |
| download | rockbox-9156dbaef5b97c673b95de1745ac33daf6518145.zip rockbox-9156dbaef5b97c673b95de1745ac33daf6518145.tar.gz rockbox-9156dbaef5b97c673b95de1745ac33daf6518145.tar.bz2 rockbox-9156dbaef5b97c673b95de1745ac33daf6518145.tar.xz | |
Damn. Remove another typo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28579 a1c6a512-1295-4272-9138-f99709370657
| -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 91159e1..80b5b09 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 alloccated space */ +/* encoder has written past end of allocated space */ #define PCMREC_E_CHUNK_OVF 0x80010000 #endif /* DEBUG */ |