summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-01-18 12:47:18 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-18 12:47:18 -0500
commit27274846fa112b3309a5cebe6afa2753d641a992 (patch)
tree73bf33f38b00ab94d65b93ad569e8c3e2f5f516c /src
parentca879723bef3b0f638a2e6262f1fc869cf2b14be (diff)
librechroot: fix comment
Diffstat (limited to 'src')
-rwxr-xr-xsrc/chroot-tools/librechroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index 1c8ec4c..64c3a46 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -151,7 +151,7 @@ readonly commands=(
run enter clean-repo help
)
-# set $rootdir and $copydir; blank them on error
+# Print code to set $rootdir and $copydir; blank them on error
calculate_directories() {
# Don't assume that CHROOTDIR or CHROOT are set,
# but assume that COPY is set.