correct spelling mistake (#28)

This commit is contained in:
Edward Betts 2017-09-02 11:12:19 +01:00 committed by Lunny Xiao
parent 71c1070a86
commit 4fef474e22
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ var (
uintTypes = sort.StringSlice{"*uint", "*uint16", "*uint32", "*uint8"}
)
// !nashtsai! treat following var as interal const values, these are used for reflect.TypeOf comparision
// !nashtsai! treat following var as interal const values, these are used for reflect.TypeOf comparison
var (
c_EMPTY_STRING string
c_BOOL_DEFAULT bool