buzzer: fix double space in description

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu 2015-09-08 11:59:06 -07:00
parent 138c5af5f8
commit 20d5c50725

View File

@ -53,9 +53,9 @@ namespace upm {
* *
* @brief API for the Buzzer component * @brief API for the Buzzer component
* *
* This module defines the Buzzer interface for libbuzzer. * This module defines the Buzzer interface for libbuzzer.
* This sensor can make different tones when connected to * This sensor can make different tones when connected to
* a pin capable of analog pulse-width modulation. It emits * a pin capable of analog pulse-width modulation. It emits
* sound using a piezoelectric material that vibrates at different * sound using a piezoelectric material that vibrates at different
* frequencies based on the input voltage. * frequencies based on the input voltage.
* *