Skip to content

Commit 9859284

Browse files
committed
Reword comment
1 parent 5eea2f6 commit 9859284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/svc/mgr/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func (s *Service) Start(args ...string) error {
4848
// Control sends state change request c to the service s. It returns the most
4949
// recent status the service reported to the service control manager, and an
5050
// error if the state change request was not accepted.
51-
// Note that the service status is only returned if the status change request
51+
// Note that the service status is only populated if the status change request
5252
// succeeded, or if it failed with error ERROR_INVALID_SERVICE_CONTROL,
5353
// ERROR_SERVICE_CANNOT_ACCEPT_CTRL, or ERROR_SERVICE_NOT_ACTIVE.
5454
func (s *Service) Control(c svc.Cmd) (svc.Status, error) {

0 commit comments

Comments
 (0)