From 680c55d120033582e1b2316110b163684c4a918a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 29 Jul 2017 01:42:21 -0400 Subject: improve comment --- src/Propellor/Property/Chroot.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/Chroot.hs') diff --git a/src/Propellor/Property/Chroot.hs b/src/Propellor/Property/Chroot.hs index 65749e34..9e8bcd2f 100644 --- a/src/Propellor/Property/Chroot.hs +++ b/src/Propellor/Property/Chroot.hs @@ -39,7 +39,7 @@ import qualified Data.Map as M import System.Posix.Directory -- | Specification of a chroot. Normally you'll use `debootstrapped` or --- `bootstrapped` to construct a Chroot value. +-- `bootstrapped` or `hostChroot` to construct a Chroot value. data Chroot where Chroot :: ChrootBootstrapper b => FilePath -> b -> InfoPropagator -> Host -> Chroot -- cgit v1.2.3