From ebaba4322191ae65e5cd49f274291e63f8f46bef Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 25 May 2025 09:43:43 +0100 Subject: [PATCH] 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 3a00c4d179554f8c1299368a02b43370b6aa7af3 --- daemon/inspect.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/inspect.ml b/daemon/inspect.ml index 03174ef23..5c6be3193 100644 --- a/daemon/inspect.ml +++ b/daemon/inspect.ml @@ -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. *