From be0896c173c6a9c651670d3d414a0f5abea764a1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 13 Oct 2014 18:56:42 +0200 Subject: ta/README: fix typos --- ta/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ta') diff --git a/ta/README b/ta/README index d2cc4fbc0c..271e173764 100644 --- a/ta/README +++ b/ta/README @@ -1,10 +1,10 @@ TA ("Tree Allocator") is a wrapper around malloc() and related functions, -adding features like automatically free sub-trees of memory allocations if +adding features like automatically freeing sub-trees of memory allocations if a parent allocation is freed. Generally, the idea is that every TA allocation can have a parent (indicated by the ta_parent argument in allocation function calls). If a parent is freed, -its child allocations are automatically freed as well. It's also allowed the +its child allocations are automatically freed as well. It is also allowed to free a child before the parent, or to move a child to another parent with ta_set_parent(). -- cgit v1.2.3