Skip to content

Commit 9c0e56b

Browse files
twomvdan
authored andcommitted
runtime/type: change fieldalign to use mixedCaps
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 <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Daniel Martí <[email protected]>
1 parent 4e2b84f commit 9c0e56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type _type struct {
3232
hash uint32
3333
tflag tflag
3434
align uint8
35-
fieldalign uint8
35+
fieldAlign uint8
3636
kind uint8
3737
// function for comparing objects of this type
3838
// (ptr to object A, ptr to object B) -> ==?

0 commit comments

Comments
 (0)