diff options
| -rw-r--r-- | audio/pcm_bluetooth.c | 2 | 
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;  } | 
