mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
daemon/inspect.ml: Fix comment
Back in commit8289aa1ad6("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 commit394d11be49and commit3a00c4d179(2017) we moved inspection to the daemon, but left the comment the same. Fixes: commit3a00c4d179
This commit is contained in:
committed by
rwmjones
parent
b2ec671abd
commit
ebaba43221
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user