]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - passwd.go
nsscash: improve comments
[nsscash/nsscash.git] / passwd.go
index 90fed68a6b9f1d959f6ab9b03e4ebf89a081ec49..07a62d8b8667d510d395fb8b5bd4a8a0c2c55570 100644 (file)
--- a/passwd.go
+++ b/passwd.go
@@ -44,7 +44,7 @@ type Passwd struct {
 }
 
 // ParsePasswds parses a file in the format of /etc/passwd and returns all
-// entries as Passwd structs.
+// entries as slice of Passwd structs.
 func ParsePasswds(r io.Reader) ([]Passwd, error) {
        var res []Passwd