1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #15159 from brummer-simon/gnrc_tcp-fix_typo

gnrc_tcp: Fix typo in config.h
This commit is contained in:
benpicco 2020-10-05 15:35:18 +02:00 committed by GitHub
commit e7f7f145ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ extern "C" {
#endif
/**
* @brief Clock granularity for TCP in milliseconds. Dedault is 10 milliseconds (see RFC 6298)
* @brief Clock granularity for TCP in milliseconds. Default is 10 milliseconds (see RFC 6298)
*/
#ifndef CONFIG_GNRC_TCP_RTO_GRANULARITY_MS
#define CONFIG_GNRC_TCP_RTO_GRANULARITY_MS (10U)