gnrc_pktbuf: update tense of deprecation note ;-)

With the preceding changes the subject of the deprecation note on
`gnrc_pktbuf_duplicate_upto()` becomes actual and thus doesn't need to
be referred to in future but past tense.
This commit is contained in:
Martine Lenders 2018-11-14 17:09:29 +01:00
parent b8f71c37ff
commit 4257b70c6f

View File

@ -286,8 +286,8 @@ gnrc_pktsnip_t *gnrc_pktbuf_reverse_snips(gnrc_pktsnip_t *pkt);
* The original snip is keeped as is except `users` decremented. * The original snip is keeped as is except `users` decremented.
* *
* @deprecated This function breaks the abstraction of `gnrc_pktbuf` and its * @deprecated This function breaks the abstraction of `gnrc_pktbuf` and its
* only user within the RIOT code base `gnrc_ipv6_ext` is going to * only user within the RIOT code base `gnrc_ipv6_ext` was reworked
* be reworked so it isn't needed anymore. * so it isn't needed anymore.
* It will be removed after the 2019.04 release. * It will be removed after the 2019.04 release.
* *
* @param[in,out] pkt The snip to duplicate. * @param[in,out] pkt The snip to duplicate.