doc: fix spelling errors

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
This commit is contained in:
Fathi Boudra
2016-10-30 10:22:12 +02:00
committed by Jon Trulson
parent 2d1ce18838
commit 2bc8159230
10 changed files with 21 additions and 21 deletions

View File

@ -126,7 +126,7 @@ namespace upm {
* same as they were last set during the last RX_DONE event.
*/
typedef enum {
REVENT_DONE = 0, // operation completed successfully
REVENT_DONE = 0, // operation completed successfuly
REVENT_EXEC, // runninsg something
REVENT_ERROR, // failed, crc error, sync timeout
REVENT_TIMEOUT // timed out
@ -1807,8 +1807,8 @@ namespace upm {
/**
* Start a receive operation. The method will return when
* completed, either successfully, or in error (crc, or other
* issue). If completed successfully, the returned buffer can be
* completed, either successfuly, or in error (crc, or other
* issue). If completed successfuly, the returned buffer can be
* read via getRxBuffer() or getRxBufferStr(). In addition,
* values for RSSI and SNR (Lora only) can be retrieved.
*
@ -2011,7 +2011,7 @@ namespace upm {
uint8_t lookupFSKBandWidth(uint32_t bw);
// received data (on successfull completion)
// received data (on successful completion)
volatile int m_rxRSSI;
volatile int m_rxSNR;
volatile int m_rxLen;