From ce98ca977ac70c82e721505ca5423471d9a13f60 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 27 Aug 2007 22:22:30 +0000 Subject: Fix comment. --- audio/pcm_bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/pcm_bluetooth.c b/audio/pcm_bluetooth.c index 734eae7f..d031b318 100644 --- a/audio/pcm_bluetooth.c +++ b/audio/pcm_bluetooth.c @@ -305,7 +305,7 @@ static int bluetooth_hsp_hw_params(snd_pcm_ioplug_t *io, SNDERR("%s (%d)", strerror(err), err); - /* FIXME: We should not ignores errors on future. */ + /* FIXME: We should not ignores errors in the future. */ return 0; } -- cgit