From 459f6083e9f1bef458fbbdca81b3d8a398ca26d5 Mon Sep 17 00:00:00 2001 From: Hauke Petersen <hauke.petersen@fu-berlin.de> Date: Mon, 22 May 2017 13:47:20 +0200 Subject: [PATCH] net/gcoap: fixed typo in header doxygen --- sys/include/net/gcoap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/gcoap.h b/sys/include/net/gcoap.h index 097fd4812c..19b5a7abc9 100644 --- a/sys/include/net/gcoap.h +++ b/sys/include/net/gcoap.h @@ -55,7 +55,7 @@ * If there is a payload, follow the three steps below. * * -# Call gcoap_resp_init() to initialize the response. - * -# Write the request payload, starting at the updated _payload_ pointer + * -# Write the response payload, starting at the updated _payload_ pointer * in the coap_pkt_t. If some error occurs, return a negative errno * code from the handler, and gcoap will send a server error (5.00). * -# Call gcoap_finish() to complete the PDU after writing the payload, -- GitLab