aboutsummaryrefslogtreecommitdiff
path: root/nexgb/cookie.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/cookie.go')
-rw-r--r--nexgb/cookie.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexgb/cookie.go b/nexgb/cookie.go
index 0f32990..e75e53c 100644
--- a/nexgb/cookie.go
+++ b/nexgb/cookie.go
@@ -16,7 +16,7 @@ type Cookie struct {
pingChan chan bool
}
-// newCookie creates a new cookie with the correct channels initialized
+// NewCookie creates a new cookie with the correct channels initialized
// depending upon the values of 'checked' and 'reply'. Together, there are
// four different kinds of cookies. (See more detailed comments in the
// function for more info on those.)