From: asterix Date: Tue, 17 Nov 2009 12:03:49 +0000 (+0000) Subject: Fix some comments. X-Git-Tag: 2.4.0~81 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=79e713c531538e1e959b0b7205394e34c45a0dfa;p=bertos.git Fix some comments. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3116 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/mpxx6115a.h b/bertos/drv/mpxx6115a.h index 9e3178a2..ba6a3c04 100644 --- a/bertos/drv/mpxx6115a.h +++ b/bertos/drv/mpxx6115a.h @@ -44,18 +44,18 @@ /** - * Covert read voltage from MPXX6115A Pressure Sensor in hPascal value. + * Convert read voltage from MPXX6115A Pressure Sensor in hPascal value. * - * The convertion formula may be consulted on costructor datasheet + * The conversion formula may be consulted on constructor datasheet * (see Freescale Semiconductor MP3H6115A, MPXAZ6115A). * * \param vout output voltage read from pin sensor. * \param vref reference voltage that supplies the MPXX6115A sensor. * - * \return interger value that represent measured pressure in hPascal. + * \return integer value that represent measured pressure in hPascal. * * \note: To compute the pressure we use the Vout/Vref ratio, so - * these two values can be expressed in any unit, even adc levels. + * these two values can be expressed in any unit, even ADC levels. * */ INLINE int16_t mpxx6115a_press(adcread_t vout, adcread_t vref)