summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2016-08-22 23:37:57 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2016-08-22 23:37:57 +0100
commit09bdb5132f4b8d637df8e264c509f133fa2504dc (patch)
tree9cbcc23cf1d5772daee53c1d7c7e92cdb6e0139f /firmware/export
parent82b09144e9f3b0bd8e9f9a76a18f08f22e9eea8c (diff)
Fix two typos in comments
Change-Id: I39e42c5e4505e78711e30f8826b6760419434ca0
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/audiohw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index d7bc3dd6de..acf5fda9f1 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -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
*/