From 864ac315bbdfd4ee4508d5754cc7b1be8c25ec8c Mon Sep 17 00:00:00 2001 From: zaq1tomo Date: Thu, 15 Feb 2018 16:12:24 +0000 Subject: [PATCH] cmd/cgo: delete double space in comment delete double space from comment Change-Id: I71af5c1149941575016f79a91269f128b1fc16af GitHub-Last-Rev: aba8874bd362d05d6c29c8647049369dfcd796f5 GitHub-Pull-Request: golang/go#23851 Reviewed-on: https://go-review.googlesource.com/94415 Reviewed-by: Ian Lance Taylor --- src/cmd/cgo/gcc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/cgo/gcc.go b/src/cmd/cgo/gcc.go index 2ebe906699..2fb9fec5de 100644 --- a/src/cmd/cgo/gcc.go +++ b/src/cmd/cgo/gcc.go @@ -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", -- 2.48.1