Skip to content

Commit ebaba43

Browse files
committed
daemon/inspect.ml: Fix comment
Back in commit 8289aa1 ("New APIs for guest inspection.", 2010) when inspection was first added, we did inspection in the library, so it was accurate to say that inspection information was stored "in the handle". Much later, in commit 394d11b and commit 3a00c4d (2017) we moved inspection to the daemon, but left the comment the same. Fixes: commit 3a00c4d
1 parent b2ec671 commit ebaba43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/inspect.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ let rec inspect_os () =
7070
(* Save what we found in a global variable. *)
7171
Inspect_types.inspect_fses := fses;
7272

73-
(* At this point we have, in the handle, a list of all filesystems
73+
(* At this point we have (in a global variable) a list of all filesystems
7474
* found and data about each one. Now we assemble the list of
7575
* filesystems which are root devices.
7676
*

0 commit comments

Comments
 (0)