From 30b3855194c822be864b9aaac5cf1023543f4925 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 19 Feb 2014 21:18:24 +0900 Subject: [PATCH] nghttp2_session_mem_send tiny doc fix Patch from Dave Beckett --- lib/includes/nghttp2/nghttp2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index 56951eb1..496ac2d7 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -1497,7 +1497,7 @@ int nghttp2_session_send(nghttp2_session *session); * * Returns the serialized data to send. * - * This function behaves like `nghttp2_session_mem_send()` except that + * This function behaves like `nghttp2_session_send()` except that * it does not use :member:`nghttp2_session_callbacks.send_callback` * to transmit data. Instead, it assigns the pointer to the serialized * data to the |*data_ptr| and returns its length. The other callbacks