summaryrefslogtreecommitdiff
path: root/internal/namespace/pinning.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/namespace/pinning.go')
-rw-r--r--internal/namespace/pinning.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/namespace/pinning.go b/internal/namespace/pinning.go
index 9bf4fee..00f7c9b 100644
--- a/internal/namespace/pinning.go
+++ b/internal/namespace/pinning.go
@@ -72,7 +72,7 @@ func UnpinNamespace(pm *paths.PathManager, profile string) error {
}
// 3. Unmount and clean up blocking services.
- // Since the block files are located within the profile directory,
+ // Since the block files are located within the profile directory,
// we must unmount them before we can remove the directory.
for _, p := range GetBlockPaths() {
_ = unix.Unmount(p, unix.MNT_DETACH)