1
0
Fork 0
forked from len0rd/rockbox

Fix a typo in a comment

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28578 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sparmann 2010-11-13 17:39:21 +00:00
parent 1960a8029b
commit fc86352e27

View file

@ -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 */