aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome/spruntime.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/outcome/spruntime.go')
-rw-r--r--internal/outcome/spruntime.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/outcome/spruntime.go b/internal/outcome/spruntime.go
index 6ec532bb..727a5be0 100644
--- a/internal/outcome/spruntime.go
+++ b/internal/outcome/spruntime.go
@@ -67,7 +67,9 @@ const (
// spRuntimeOp sets up XDG_RUNTIME_DIR inside the container.
type spRuntimeOp struct {
- // SessionType determines the value of envXDGSessionType. Populated during toSystem.
+ // SessionType determines the value of envXDGSessionType.
+ //
+ // Populated during toSystem.
SessionType uintptr
}