]> Cypherpunks repositories - gostls13.git/commitdiff
os: fix comment per CL 5370091
authorRuss Cox <rsc@golang.org>
Tue, 15 Nov 2011 19:54:00 +0000 (14:54 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 15 Nov 2011 19:54:00 +0000 (14:54 -0500)
Made the edit in the wrong client before submitting.

TBR=r
CC=golang-dev
https://golang.org/cl/5374091

src/pkg/os/proc.go

index 0ef6e411c314e48e9d87f6dfc3290a447e52a798..61545f4456a316aa8abec19d2571d299409a2a01 100644 (file)
@@ -8,7 +8,7 @@ package os
 
 import "syscall"
 
-// Args is the command-line arguments, starting with the program name.
+// Args hold the command-line arguments, starting with the program name.
 var Args []string
 
 // Getuid returns the numeric user id of the caller.