Skip to content

Commit 44a4fe1

Browse files
committed
change runtime/type.go^fieldalign to fieldAlign
1 parent 9c384cc commit 44a4fe1

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)