1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00

gnrc_pkt: Packets => Packet

This commit is contained in:
Cenk Gündoğan 2015-12-04 17:46:10 +01:00
parent f2e6ba0eaf
commit 59b0895280

View File

@ -8,7 +8,7 @@
*/
/**
* @defgroup net_gnrc_pkt Packets
* @defgroup net_gnrc_pkt Packet
* @ingroup net_gnrc_pktbuf
* @brief Network packet abstraction type and helper functions
* @{