From e6884a5df5a0ecf99d0eea9d168c96cd85feea93 Mon Sep 17 00:00:00 2001 From: Mark Elvers Date: Mon, 29 Jul 2024 15:01:59 +0100 Subject: [PATCH] fix typo in function help Co-authored-by: Miod Vallat <118974489+dustanddreams@users.noreply.github.com> --- lib/overlayfs_store.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/overlayfs_store.mli b/lib/overlayfs_store.mli index 814560e6..55e65773 100644 --- a/lib/overlayfs_store.mli +++ b/lib/overlayfs_store.mli @@ -3,5 +3,5 @@ include S.STORE val create : path:string -> t Lwt.t -(** [create ~path] creates a new xfs store where everything will +(** [create ~path] creates a new overlayfs store where everything will be stored under [path]. *)