diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-29 01:42:21 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-29 01:42:21 -0400 |
| commit | 680c55d120033582e1b2316110b163684c4a918a (patch) | |
| tree | dc5cb6ece52b6d119c11d71f94345ddff4087f5c /src | |
| parent | 64e2629f518e7dc986916e93fcc5092a9d58524f (diff) | |
improve comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Chroot.hs | 2 |
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 |
