From d99be9e2912e0726ab779053b43a89e3b9e21490 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 22 May 2022 21:14:29 +0300 Subject: rename vm_branch to vmem + Closer to what it's for rather than what it is. --- common/tcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/tcb.c') 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 */ -- cgit v1.3