diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h index 91159e1656..80b5b09a79 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 */