From: Vinod Koul Date: Tue, 13 Nov 2018 14:54:07 +0000 (+0530) Subject: cplay: fix typo X-Git-Tag: v1.1.8~4 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=022de33ee5562f810bd8fa16747c6fc282aa9bf9;p=tinycompress.git cplay: fix typo Signed-off-by: Vinod Koul --- diff --git a/src/utils/cplay.c b/src/utils/cplay.c index 87863a3..9ffa1dd 100644 --- a/src/utils/cplay.c +++ b/src/utils/cplay.c @@ -366,7 +366,7 @@ void play_samples(char *name, unsigned int card, unsigned int device, goto BUF_EXIT; } if (wrote != num_read) { - /* TODO: Buufer pointer needs to be set here */ + /* TODO: Buffer pointer needs to be set here */ fprintf(stderr, "We wrote %d, DSP accepted %d\n", num_read, wrote); } }