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:
parent
1960a8029b
commit
fc86352e27
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue