Fix two typos in comments

Change-Id: I39e42c5e4505e78711e30f8826b6760419434ca0
This commit is contained in:
Amaury Pouly 2016-08-22 23:37:57 +01:00
parent 82b09144e9
commit 09bdb5132f

View file

@ -330,7 +330,7 @@ void audiohw_close(void);
void audiohw_set_volume(int val);
#else /* Stereo volume */
/**
* Set new voluem value for each channel
* Set new volume value for each channel
* @param vol_l sets left channel volume
* @param vol_r sets right channel volume
*/
@ -339,7 +339,7 @@ void audiohw_set_volume(int vol_l, int vol_r);
#ifdef AUDIOHW_HAVE_LINEOUT
/**
* Set new voluem value for each channel
* Set new volume value for each channel
* @param vol_l sets left channel volume
* @param vol_r sets right channel volume
*/