Improve comment

parent 818588cc
...@@ -4083,7 +4083,7 @@ fellow_busy_obj_getspace(struct fellow_busy *fbo, size_t *sz, uint8_t **ptr) ...@@ -4083,7 +4083,7 @@ fellow_busy_obj_getspace(struct fellow_busy *fbo, size_t *sz, uint8_t **ptr)
fcr = FCR_ALLOCFAIL("body memory seg alloc"); fcr = FCR_ALLOCFAIL("body memory seg alloc");
goto out; goto out;
} }
// reduce fds size if fcs alloc crammed // reduce used length of region if fcs alloc crammed
fellow_busy_body_seg_adjust(fbo, fcs); fellow_busy_body_seg_adjust(fbo, fcs);
assert(fcs->state == FCS_BUSY); assert(fcs->state == FCS_BUSY);
......
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