From 94301bab8f82b6bb7c70d9dde8b85ccd0ce3a0b1 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 2 Apr 2018 15:10:23 -0400 Subject: Correct a godoc comment Correct the names of the files in the godoc for pkg/chrootuser/GetUser(). Signed-off-by: Nalin Dahyabhai Closes: #579 Approved by: rhatdan --- pkg/chrootuser/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/chrootuser') diff --git a/pkg/chrootuser/user.go b/pkg/chrootuser/user.go index a024877a5..9be386ef9 100644 --- a/pkg/chrootuser/user.go +++ b/pkg/chrootuser/user.go @@ -9,7 +9,7 @@ import ( ) // GetUser will return the uid, gid of the user specified in the userspec -// it will use the /etc/password and /etc/shadow files inside of the rootdir +// it will use the /etc/passwd and /etc/group files inside of the rootdir // to return this information. // userspace format [user | user:group | uid | uid:gid | user:gid | uid:group ] func GetUser(rootdir, userspec string) (uint32, uint32, error) { -- cgit v1.2.3-54-g00ecf