diff options
author | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-26 18:22:25 -0400 |
---|---|---|
committer | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-26 18:22:25 -0400 |
commit | 58bb2572c5d1e88689aa1b30dc55b702acf57f4f (patch) | |
tree | 74bdc8f14b92eae6d17261427e5717f5e9060122 /nexgb/cookie.go | |
parent | acb84171e55d46dc1a5b9cc10b2bff53c2d2846b (diff) | |
download | haven-58bb2572c5d1e88689aa1b30dc55b702acf57f4f.tar.gz haven-58bb2572c5d1e88689aa1b30dc55b702acf57f4f.tar.xz haven-58bb2572c5d1e88689aa1b30dc55b702acf57f4f.zip |
Doc touchups.
Diffstat (limited to 'nexgb/cookie.go')
-rw-r--r-- | nexgb/cookie.go | 2 |
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.) |