aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/nng/nng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nng/nng.h b/include/nng/nng.h
index 7ec8c2c9..0db81ef5 100644
--- a/include/nng/nng.h
+++ b/include/nng/nng.h
@@ -1111,7 +1111,7 @@ typedef struct nng_url {
// members. It can be freed with nng_url_free.
NNG_DECL int nng_url_parse(nng_url **, const char *);
-// nng_url_free frees a URL structure that was created by nng_url_parse9().
+// nng_url_free frees a URL structure that was created by nng_url_parse().
NNG_DECL void nng_url_free(nng_url *);
// nng_url_clone clones a URL structure.