From 34b363ce101ddc03c74fb1f002e587d2315420c3 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 10 Nov 2020 00:31:48 -0800 Subject: Fix minor incorrect comment. --- src/supplemental/http/http_api.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/supplemental/http/http_api.h b/src/supplemental/http/http_api.h index 6be681a9..1305b5a0 100644 --- a/src/supplemental/http/http_api.h +++ b/src/supplemental/http/http_api.h @@ -336,8 +336,7 @@ extern int nni_http_handler_set_method(nni_http_handler *, const char *); extern int nni_http_handler_set_data(nni_http_handler *, void *, nni_cb); // nni_http_handler_get_data returns the data that was previously stored -// at that index. It returns NULL if no data was set, or an invalid index -// is supplied. +// by nni_http_handler_set_data. extern void *nni_http_handler_get_data(nni_http_handler *); // nni_http_handler_get_uri returns the URI set on the handler. -- cgit v1.2.3-70-g09d2