[alsa-devel] [PATCH 4/4] cplay: fix typo

Vinod Koul vkoul at kernel.org
Tue Nov 13 15:56:28 CET 2018


Signed-off-by: Vinod Koul <vkoul at kernel.org>
---
 src/utils/cplay.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/utils/cplay.c b/src/utils/cplay.c
index 87863a307b47..9ffa1dd86f7f 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);
 		}
 	}
-- 
2.14.5



More information about the Alsa-devel mailing list