Skip to content

Commit c63fff6

Browse files
committed
struct opslot: document a field better
1 parent 7b85c12 commit c63fff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ struct opslot {
698698
struct opslab {
699699
OPSLAB * opslab_next; /* next slab */
700700
OPSLAB * opslab_head; /* first slab in chain */
701-
OP * opslab_freed; /* chain of freed ops */
701+
OP * opslab_freed; /* chain of freed ops (head only)*/
702702
size_t opslab_refcnt; /* number of ops (head slab only) */
703703
U16 opslab_size; /* size of slab in pointers,
704704
including header */

0 commit comments

Comments
 (0)