diff --git a/dist/tools/codespell/ignored_words.txt b/dist/tools/codespell/ignored_words.txt index b97cf0cd2e6cb..fcef8e144a4cd 100644 --- a/dist/tools/codespell/ignored_words.txt +++ b/dist/tools/codespell/ignored_words.txt @@ -125,3 +125,9 @@ sur # unsecure (unlocked, protection disabled) => insecure unsecure + +# nce (neighbor cache entry) => once, nice +nce + +# warmup => warm up, warm-up +warmup diff --git a/drivers/cc110x/cc110x_netdev.c b/drivers/cc110x/cc110x_netdev.c index 8846558112bfc..a2d56abbfede5 100644 --- a/drivers/cc110x/cc110x_netdev.c +++ b/drivers/cc110x/cc110x_netdev.c @@ -583,7 +583,7 @@ static int cc110x_get(netdev_t *netdev, netopt_t opt, /** * @brief Set the given address as the device's layer 2 address * - * @param dev Device descripter of the transceiver + * @param dev Device descriptor of the transceiver * @param addr Address to set */ static int cc110x_set_addr(cc110x_t *dev, uint8_t addr)