From 138206797616322cf7859ef43e7e56cdaed86e9b Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 27 Jan 2014 23:31:42 +0900 Subject: [PATCH] Update doc --- lib/includes/nghttp2/nghttp2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index ce91c987..db7c208c 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -1156,7 +1156,7 @@ typedef struct { nghttp2_recv_callback recv_callback; /** * Callback function invoked by `nghttp2_session_recv()` when a - * non-DATA frame is received. + * frame is received. */ nghttp2_on_frame_recv_callback on_frame_recv_callback; /** @@ -1170,11 +1170,11 @@ typedef struct { */ nghttp2_on_data_chunk_recv_callback on_data_chunk_recv_callback; /** - * Callback function invoked before the non-DATA frame is sent. + * Callback function invoked before a non-DATA frame is sent. */ nghttp2_before_frame_send_callback before_frame_send_callback; /** - * Callback function invoked after the non-DATA frame is sent. + * Callback function invoked after a frame is sent. */ nghttp2_on_frame_send_callback on_frame_send_callback; /**