daemon/inspect.ml: Fix comment

Back in commit 8289aa1ad6 ("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 394d11be49 and commit 3a00c4d179
(2017) we moved inspection to the daemon, but left the comment the
same.

Fixes: commit 3a00c4d179
This commit is contained in:
Richard W.M. Jones
2025-05-25 09:43:43 +01:00
committed by rwmjones
parent b2ec671abd
commit ebaba43221

View File

@@ -70,7 +70,7 @@ let rec inspect_os () =
(* Save what we found in a global variable. *)
Inspect_types.inspect_fses := fses;
(* At this point we have, in the handle, a list of all filesystems
(* At this point we have (in a global variable) a list of all filesystems
* found and data about each one. Now we assemble the list of
* filesystems which are root devices.
*