[Groonga-commit] groonga/groonga [master] Update comments

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 15日 (金) 16:34:55 JST


Ryo Onodera	2012-06-15 16:34:55 +0900 (Fri, 15 Jun 2012)

  New Revision: fa0e3950e1d84c5f420ca00d5c4a1e21bd267435

  Log:
    Update comments

  Modified files:
    src/nginx-module/ngx_http_groonga_module.c

  Modified: src/nginx-module/ngx_http_groonga_module.c (+2 -2)
===================================================================
--- src/nginx-module/ngx_http_groonga_module.c    2012-06-11 15:22:20 +0900 (3a1e06d)
+++ src/nginx-module/ngx_http_groonga_module.c    2012-06-15 16:34:55 +0900 (96d33ed)
@@ -200,7 +200,7 @@ ngx_http_groonga_handler(ngx_http_request_t *r)
   r->headers_out.content_type.len = sizeof(content_type) - 1;
   r->headers_out.content_type.data = (u_char *) content_type;
 
-  /* allocate a buffer for your response body */
+  /* allocate buffers for a response body */
   GRN_TEXT_INIT(&head, no_flags);
   GRN_TEXT_INIT(&body, no_flags);
   GRN_TEXT_INIT(&foot, no_flags);
@@ -225,7 +225,7 @@ ngx_http_groonga_handler(ngx_http_request_t *r)
   }
   foot_buf->last_buf = 1;  /* this is the last buffer in the buffer chain */
 
-  /* attach this buffer to the buffer chain */
+  /* attach buffers to the buffer chain */
   head_chain.buf = head_buf;
   head_chain.next = &body_chain;
   body_chain.buf = body_buf;




Groonga-commit メーリングリストの案内
Back to archive index