[6.0] 11905e2b3 fix comment

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Oct 31 13:08:12 UTC 2018


commit 11905e2b336e4a78b0e8cdc9d57ff37b27ac4e17
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