Skip to content

Commit bb8f2c6

Browse files
authored
Update utils/subprocess/executor.go
1 parent 1e9d02b commit bb8f2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/subprocess/executor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ func (s *Subprocess) Stop() (err error) {
268268
return s.stop(true)
269269
}
270270

271-
// Interrupt stops the process via the TERM signal.
271+
// Interrupt terminates the process
272272
// This method should be used in combination with `Start`.
273273
// This method is idempotent
274274
func (s *Subprocess) Interrupt() (err error) {

0 commit comments

Comments
 (0)