summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-08-27 22:22:30 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-08-27 22:22:30 +0000
commitce98ca977ac70c82e721505ca5423471d9a13f60 (patch)
tree10132488756d02da55384a8f182a14a29dff04ea
parentc6063f0ac4917bbfa9ec91f56247d6ed2e4725b9 (diff)
Fix comment.
-rw-r--r--audio/pcm_bluetooth.c2
1 files changed, 1 insertions, 1 deletions
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;
}