Doc touchups.

This commit is contained in:
Andrew Gallant (Ocelot)
2012-05-26 18:22:25 -04:00
parent acb84171e5
commit 58bb2572c5
3 changed files with 22 additions and 17 deletions

View File

@@ -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.)