[llvm][bindings][go] Fix typo
authorKadir Cetinkaya <kadircet@google.com>
Tue, 3 Dec 2019 08:30:32 +0000 (09:30 +0100)
committerKadir Cetinkaya <kadircet@google.com>
Tue, 3 Dec 2019 08:30:32 +0000 (09:30 +0100)
llvm/bindings/go/llvm/dibuilder.go

index e30a964..10e18e1 100644 (file)
@@ -504,7 +504,7 @@ type DITypedef struct {
        File    Metadata
        Line    int
        Context Metadata
-  AlignInBits unit32
+  AlignInBits uint32
 }
 
 // CreateTypedef creates typedef type debug metadata.