lowpan6.c: fix referenced RFCs

This commit is contained in:
goldsimon 2018-03-01 12:44:18 +01:00
parent 6e62baaa6c
commit a137e16ff8

View File

@ -3,7 +3,7 @@
*
* 6LowPAN output for IPv6. Uses ND tables for link-layer addressing. Fragments packets to 6LowPAN units.
*
* This implementation aims to conform to IEEE 802.15.4(-2015), RFC 4994 and RFC 6282.
* This implementation aims to conform to IEEE 802.15.4(-2015), RFC 4944 and RFC 6282.
* @todo: RFC 6775.
*/