]> git.alsa-project.org Git - tinycompress.git/commitdiff
tinycompress: cplay: Correct a couple of small message typos
authorRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
Mon, 15 Apr 2013 16:39:39 +0000 (17:39 +0100)
committerVinod Koul <vinod.koul@intel.com>
Tue, 16 Apr 2013 14:00:16 +0000 (19:30 +0530)
Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
cplay.c

diff --git a/cplay.c b/cplay.c
index 43b07961c1a6de1c993fd6ed23608d376d63df02..673026ea7a4ab9cc27d4e0167e8c0a969aaf0ebb 100644 (file)
--- a/cplay.c
+++ b/cplay.c
@@ -337,7 +337,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);
                        }
                        if (verbose) {
@@ -348,7 +348,7 @@ void play_samples(char *name, unsigned int card, unsigned int device,
        } while (num_read > 0);
 
        if (verbose)
-               printf("%s: exit sucess\n", __func__);
+               printf("%s: exit success\n", __func__);
        /* issue drain if it supports */
        compress_drain(compress);
        free(buffer);