diff options
Diffstat (limited to 'libmachdev/trivfs_server.c')
-rw-r--r-- | libmachdev/trivfs_server.c | 4 |
1 files 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 */ |