Skip to content

Commit 864ac31

Browse files
zaq1tomoianlancetaylor
authored andcommitted
cmd/cgo: delete double space in comment
delete double space from comment Change-Id: I71af5c1149941575016f79a91269f128b1fc16af GitHub-Last-Rev: aba8874 GitHub-Pull-Request: #23851 Reviewed-on: https://go-review.googlesource.com/94415 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent ff3885d commit 864ac31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/cgo/gcc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2701,7 +2701,7 @@ func (c *typeConv) badJNI(dt *dwarf.TypedefType) bool {
27012701
}
27022702

27032703
// 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.
2704+
// they are mapped. The base "jobject" maps to the empty string.
27052705
var jniTypes = map[string]string{
27062706
"jobject": "",
27072707
"jclass": "jobject",

0 commit comments

Comments
 (0)