summaryrefslogtreecommitdiff
path: root/cesar
diff options
context:
space:
mode:
authorjutteau2010-12-13 10:50:35 +0100
committerjutteau2010-12-27 11:30:59 +0100
commit772a69ed0a5ef5ffbcbca561beceb2fa5bdfc053 (patch)
tree2818bd7e7ba7fa06c035aeedbefaad64b95e05c6 /cesar
parent1dba59698130fdf6001e21104d33604cae627d61 (diff)
cesar/ce/rx/bl: fix comment in bitloading header
Diffstat (limited to 'cesar')
-rw-r--r--cesar/ce/rx/bitloading/inc/bitloading.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/ce/rx/bitloading/inc/bitloading.h b/cesar/ce/rx/bitloading/inc/bitloading.h
index ea40ea63b9..6f31f9408c 100644
--- a/cesar/ce/rx/bitloading/inc/bitloading.h
+++ b/cesar/ce/rx/bitloading/inc/bitloading.h
@@ -259,7 +259,7 @@ typedef enum ce_rx_bl_tone_map_update_status_t
* \param opti_cursor position of the cursor in the optimisation table.
* \param tm tone map to update (which stay unedited and is copied to
* new_tonemap in case of successful update).
- * \param tone_en tone enabled count (active but not 0).
+ * \param tone_en tone enabled count.
* \param new_tonemap new tone map pointer if return status is OK.
* \return operation status (see ce_rx_bl_tone_map_update_status_t).
*/