nghttp2_session_mem_send tiny doc fix

Patch from Dave Beckett
This commit is contained in:
Tatsuhiro Tsujikawa 2014-02-19 21:18:24 +09:00
parent 4ced1c1622
commit 30b3855194
1 changed files with 1 additions and 1 deletions

View File

@ -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