From 9c0e56bf9de5ff8faa73860ab6bb43562722c18f Mon Sep 17 00:00:00 2001 From: two Date: Sat, 21 Sep 2019 14:08:07 +0000 Subject: [PATCH] runtime/type: change fieldalign to use mixedCaps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All spelling in source code is "fieldAlign", except this place, so change "fieldalign" to use mixedCaps. Change-Id: Icbd9b9d23d9b4f756174e9a3cc4b25776fd90def GitHub-Last-Rev: 44a4fe140a4a473a234ceb5bd927109cbc35bb30 GitHub-Pull-Request: golang/go#34441 Reviewed-on: https://go-review.googlesource.com/c/go/+/196757 Run-TryBot: Andrew Bonventre TryBot-Result: Gobot Gobot Reviewed-by: Daniel Martí --- src/runtime/type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/type.go b/src/runtime/type.go index b5e37b988648a..9fb6558a32fa7 100644 --- a/src/runtime/type.go +++ b/src/runtime/type.go @@ -32,7 +32,7 @@ type _type struct { hash uint32 tflag tflag align uint8 - fieldalign uint8 + fieldAlign uint8 kind uint8 // function for comparing objects of this type // (ptr to object A, ptr to object B) -> ==?