summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-11-15 21:24:41 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-11-15 21:24:41 +0100
commit172045ae11945db82b4f72531437fda6ad4f451d (patch)
tree9230f3be7704cbeebc49a209771af5429ea880db
parente75d1dde80507ea01d4f2288cdc56b7b85932fef (diff)
libmachdev: Make comments more precise
-rw-r--r--libmachdev/trivfs_server.c4
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 */