]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/cgo: delete double space in comment
authorzaq1tomo <zaq1tomo@gmail.com>
Thu, 15 Feb 2018 16:12:24 +0000 (16:12 +0000)
committerIan Lance Taylor <iant@golang.org>
Thu, 15 Feb 2018 19:00:36 +0000 (19:00 +0000)
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 <iant@golang.org>
src/cmd/cgo/gcc.go

index 2ebe9066992785348d33e386624bde2364e188a6..2fb9fec5deceaad288b9fd222fffd251594422b4 100644 (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",