Commit caa7a4e0 authored by Nils Goroll's avatar Nils Goroll

fix comment

parent 9367d800
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment