We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3885d commit 864ac31Copy full SHA for 864ac31
src/cmd/cgo/gcc.go
@@ -2701,7 +2701,7 @@ func (c *typeConv) badJNI(dt *dwarf.TypedefType) bool {
2701
}
2702
2703
// jniTypes maps from JNI types that we want to be uintptrs, to the underlying type to which
2704
-// they are mapped. The base "jobject" maps to the empty string.
+// they are mapped. The base "jobject" maps to the empty string.
2705
var jniTypes = map[string]string{
2706
"jobject": "",
2707
"jclass": "jobject",
0 commit comments