diff --git a/boards/remote-revb/README.md b/boards/remote-revb/README.md index 2383880608..d2aa091a3d 100644 --- a/boards/remote-revb/README.md +++ b/boards/remote-revb/README.md @@ -33,7 +33,7 @@ In terms of hardware support, the following drivers have been implemented: * I2C/SPI library * LEDs * Buttons - * RF switch to programatically drive either 2.4GHz or sub-1GHz to a single RP-SMA + * RF switch to programmatically drive either 2.4GHz or sub-1GHz to a single RP-SMA * RF 2.4GHz built-in in CC2538 And under work or pending at cc2538 base cpu: diff --git a/boards/remote-revb/board.c b/boards/remote-revb/board.c index 6026ce6892..5bf059ddc9 100644 --- a/boards/remote-revb/board.c +++ b/boards/remote-revb/board.c @@ -56,7 +56,7 @@ static inline void leds_init(void) /** * @brief Initialize the Radio interface SW-controlled Switch * - * The RE-Mote features an on-board RF switch to programatically select to + * The RE-Mote features an on-board RF switch to programmatically select to * enable either the 2.4GHz or Sub-1GHz RF interface to the RP-SMA connector * to use an external antenna. As default we prefer to use the 2.4GHz RF. *