Skip to content

Commit

Permalink
codespell: fix remaining issues
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Sep 16, 2022
1 parent 86f9d79 commit 502ee66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dist/tools/codespell/ignored_words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,9 @@ sur

# unsecure (unlocked, protection disabled) => insecure
unsecure

# nce (neighbor cache entry) => once, nice
nce

# warmup => warm up, warm-up
warmup
2 changes: 1 addition & 1 deletion drivers/cc110x/cc110x_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 502ee66

Please sign in to comment.