Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dkropachev committed Apr 13, 2023
1 parent 181ad43 commit 468e0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func (s Service) FrameBuffer() *FrameBuffer {
return s.xvfb
}

//PID returns the service pid
// PID returns the service pid
func (s Service) PID() int {
if s.cmd != nil {
return s.cmd.Process.Pid
Expand Down

0 comments on commit 468e0f8

Please sign in to comment.