summaryrefslogtreecommitdiffstats
path: root/firmware/export/pcm.h
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2010-11-13 17:39:21 +0000
committerMichael Sparmann <theseven@rockbox.org>2010-11-13 17:39:21 +0000
commitfc86352e275dbab5babfb12dcded1b3d5a7f7ba8 (patch)
tree8f4aa5d681b7e6b9e8158d04f238375086035763 /firmware/export/pcm.h
parent1960a8029bf171dd1ca1bd15567125245d7ebb37 (diff)
downloadrockbox-fc86352e275dbab5babfb12dcded1b3d5a7f7ba8.tar.gz
rockbox-fc86352e275dbab5babfb12dcded1b3d5a7f7ba8.zip
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/export/pcm.h')
-rw-r--r--firmware/export/pcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h
index e388e29f0c..91159e1656 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 */