Correct comment.

This commit is contained in:
Daniel Theophanes
2012-05-11 01:33:46 -07:00
parent 82c9b0060c
commit b00f725a5d
+1 -1
View File
@@ -1,5 +1,5 @@
// Package service provides a simple way to create a system service. // Package service provides a simple way to create a system service.
// Currently only supports Windows. // Currently supports Windows and Linux/Upstart.
package service package service
// Creates a new service. name is the internal name // Creates a new service. name is the internal name