mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix two typos in comments
Change-Id: I39e42c5e4505e78711e30f8826b6760419434ca0
This commit is contained in:
parent
82b09144e9
commit
09bdb5132f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue