This commit is contained in:
Jiří Engelthaler 2023-01-15 20:55:53 +01:00
parent acf0ee420f
commit a5319966bc
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ static const struct tvb_ops tvb_composite_ops = {
* Composite tvb
*
* A composite TVB references the concatenation of one or more TVBs, each of
* them MUST be part be part of the same chain (the same memory "scope"). The
* them MUST be part of the same chain (the same memory "scope"). The
* caller of tvb_new_composite MUST immediately call tvb_composite_append or
* tvb_composite_prepend to ensure that the composite TVB is properly freed as
* needed.