1
0
mirror of https://github.com/golang/go synced 2024-11-23 15:20:03 -07:00

delete double spaces from comment

This commit is contained in:
zaq1tomo 2018-02-16 01:11:10 +09:00
parent 605c9feeb1
commit aba8874bd3

View File

@ -2701,7 +2701,7 @@ func (c *typeConv) badJNI(dt *dwarf.TypedefType) bool {
}
// jniTypes maps from JNI types that we want to be uintptrs, to the underlying type to which
// they are mapped. The base "jobject" maps to the empty string.
// they are mapped. The base "jobject" maps to the empty string.
var jniTypes = map[string]string{
"jobject": "",
"jclass": "jobject",