From 09266c9d51cf92b2853387c16d7cd6eaf74ea6f7 Mon Sep 17 00:00:00 2001 From: ston1th Date: Wed, 19 Apr 2017 23:27:45 +0200 Subject: [PATCH] fixed typo --- godrop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godrop.go b/godrop.go index d7d1fdb..8df3298 100644 --- a/godrop.go +++ b/godrop.go @@ -24,7 +24,7 @@ type Config struct { // Group is the group to drop privileges to. Group string // Chroot is the directory to chroot into. Leave this emptry for no chroot. - // When running on linux, make sure the chroot directory contains the /etc/passwd and /etc/group files. + // When compiling without cgo, make sure the chroot directory contains the /etc/passwd and /etc/group files. Chroot string // Set to true, to run the process in the foreground. Foreground bool