correct some nits in comment and test files

Signed-off-by: allencloud <allen.sun@daocloud.io>
Upstream-commit: 52637848a769b8c80d2f1e28d3d34ada6d35b5a6
Component: engine
This commit is contained in:
allencloud
2016-08-29 18:37:14 +08:00
parent 97464f18e4
commit 17447fd1b0
8 changed files with 13 additions and 13 deletions

View File

@ -29,7 +29,7 @@ type Flag struct {
Value string
}
// NewBFlags return the new BFlags struct
// NewBFlags returns the new BFlags struct
func NewBFlags() *BFlags {
return &BFlags{
flags: make(map[string]*Flag),