summaryrefslogtreecommitdiff
path: root/nuttx/audio/audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/audio/audio.c')
-rw-r--r--nuttx/audio/audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/audio/audio.c b/nuttx/audio/audio.c
index c198f089d..252531677 100644
--- a/nuttx/audio/audio.c
+++ b/nuttx/audio/audio.c
@@ -553,7 +553,7 @@ static int audio_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
}
else
{
- /* Perform a simple kufree operation */
+ /* Perform a simple apb_free operation */
DEBUGASSERT(bufdesc->u.pBuffer != NULL);
apb_free(bufdesc->u.pBuffer);