summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Chroot.hs
diff options
context:
space:
mode:
authorJoey Hess2017-07-29 01:42:21 -0400
committerJoey Hess2017-07-29 01:42:21 -0400
commit680c55d120033582e1b2316110b163684c4a918a (patch)
treedc5cb6ece52b6d119c11d71f94345ddff4087f5c /src/Propellor/Property/Chroot.hs
parent64e2629f518e7dc986916e93fcc5092a9d58524f (diff)
improve comment
Diffstat (limited to 'src/Propellor/Property/Chroot.hs')
-rw-r--r--src/Propellor/Property/Chroot.hs2
1 files changed, 1 insertions, 1 deletions
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