diff options
Diffstat (limited to 'firmware/export')
| -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 */ |