[master] caa7a4e07 fix comment

Nils Goroll nils.goroll at uplex.de
Mon Sep 3 16:06:11 UTC 2018


commit caa7a4e07ef6c820d7e539312b1a09812066304b
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Sep 3 18:05:09 2018 +0200

    fix comment

diff --git a/include/tbl/boc_state.h b/include/tbl/boc_state.h
index 5297d8af5..a5c4a61ff 100644
--- a/include/tbl/boc_state.h
+++ b/include/tbl/boc_state.h
@@ -29,7 +29,7 @@
 /*lint -save -e525 -e539 */
 
 BOC_STATE(INVALID,	invalid)	/* don't touch (yet) */
-BOC_STATE(REQ_DONE,	req_done)	/* beresp.* can be examined */
+BOC_STATE(REQ_DONE,	req_done)	/* bereq.* can be examined */
 BOC_STATE(PREP_STREAM,	prep_stream)	/* Prepare for streaming */
 BOC_STATE(STREAM,	stream)		/* beresp.* can be examined */
 BOC_STATE(FINISHED,	finished)	/* object is complete */


More information about the varnish-commit mailing list