From 129f2b483b2aaf76fcac5dc2a2e6edad08a1cdbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Tue, 4 Feb 2025 19:14:01 +0100 Subject: [PATCH] Update interface documentation To reflect the new type. --- lib/solo5_elftool.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/solo5_elftool.mli b/lib/solo5_elftool.mli index 7246244..df99757 100644 --- a/lib/solo5_elftool.mli +++ b/lib/solo5_elftool.mli @@ -37,7 +37,7 @@ val pp_abi : Format.formatter -> abi -> unit * line tool {[solo5-elftool query-abi]}. *) val query_manifest : 'fd Cachet.t -> (mft, [> `Msg of string ]) result -(** [query_manifest buf] is the solo5 manifest of [buf], or an error message. *) +(** [query_manifest cachet] is the solo5 manifest of [cachet], or an error message. *) val query_abi : 'fd Cachet.t -> (abi, [> `Msg of string ]) result -(** [query_abi buf] is the solo5 abi of [buf], or an error message. *) +(** [query_abi cachet] is the solo5 abi of [cachet], or an error message. *)