Index: src/pkg/os/doc.go |
=================================================================== |
--- a/src/pkg/os/doc.go |
+++ b/src/pkg/os/doc.go |
@@ -58,7 +58,7 @@ |
return p.systemTime() |
} |
-// Exited returns whether the program has exited. |
+// Exited reports whether the program has exited. |
func (p *ProcessState) Exited() bool { |
return p.exited() |
} |