From 172045ae11945db82b4f72531437fda6ad4f451d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 15 Nov 2020 21:24:41 +0100 Subject: libmachdev: Make comments more precise --- libmachdev/trivfs_server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmachdev/trivfs_server.c b/libmachdev/trivfs_server.c index 13535978..b675b4be 100644 --- a/libmachdev/trivfs_server.c +++ b/libmachdev/trivfs_server.c @@ -65,10 +65,10 @@ struct trivfs_control *control; /* Are we providing bootstrap translator? */ static boolean_t bootstrapped; -/* Our underlying node for bootstrap */ +/* Our underlying node in the FS for bootstrap */ static mach_port_t underlying; -/* Our control port */ +/* The FS control port */ static mach_port_t control_port; /* Our device path for injecting bootstrapped translator onto */ -- cgit v1.2.3