Skip to content

Commit

Permalink
runtime/type: change fieldalign to use mixedCaps
Browse files Browse the repository at this point in the history
All spelling in source code is "fieldAlign", except this place, so change
"fieldalign" to use mixedCaps.

Change-Id: Icbd9b9d23d9b4f756174e9a3cc4b25776fd90def
GitHub-Last-Rev: 44a4fe1
GitHub-Pull-Request: #34441
Reviewed-on: https://go-review.googlesource.com/c/go/+/196757
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
  • Loading branch information
two authored and mvdan committed Sep 21, 2019
1 parent 4e2b84f commit 9c0e56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/type.go
Expand Up @@ -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) -> ==?
Expand Down

0 comments on commit 9c0e56b

Please sign in to comment.