sys/gnrc_lorawan: fix typo 'witout' => 'without'

This commit is contained in:
Alexandre Abadie 2020-10-19 18:55:24 +02:00
parent cd3ee9e825
commit ce5b8a83b1
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -311,7 +311,7 @@ void gnrc_lorawan_calculate_join_mic(const uint8_t *buf, size_t len,
* @param[in] dev_addr the Device Address
* @param[in] fcnt frame counter
* @param[in] dir direction of the packet (0 is uplink, 1 is downlink)
* @param[in] frame pointer to the PSDU frame (witout MIC)
* @param[in] frame pointer to the PSDU frame (without MIC)
* @param[in] nwkskey pointer to the Network Session Key
* @param[out] out calculated MIC
*/