aboutsummaryrefslogtreecommitdiff
path: root/common/tcb.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-05-22 21:14:29 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-05-22 21:14:29 +0300
commitd99be9e2912e0726ab779053b43a89e3b9e21490 (patch)
treeec7bc982d6377f4fde4b3d85cf291a2698ab4254 /common/tcb.c
parentae2843b3999f619da3cd4d6a37e488527dc481ac (diff)
downloadkmi-d99be9e2912e0726ab779053b43a89e3b9e21490.tar.gz
kmi-d99be9e2912e0726ab779053b43a89e3b9e21490.zip
rename vm_branch to vmem
+ Closer to what it's for rather than what it is.
Diffstat (limited to 'common/tcb.c')
-rw-r--r--common/tcb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/tcb.c b/common/tcb.c
index 32c31e1..1e8c648 100644
--- a/common/tcb.c
+++ b/common/tcb.c
@@ -101,7 +101,7 @@ struct tcb *create_proc(struct tcb *p)
static stat_t __destroy_thread_data(struct tcb *t)
{
- /* free vm_branch */
+ /* free vmem */
destroy_vmem(t->b_r);
/* free associated kernel stack and the structure itself */