forked from OSchip/llvm-project
[llvm][bindings][go] Fix typo
This commit is contained in:
parent
c246d6e536
commit
33f93ea23a
|
@ -504,7 +504,7 @@ type DITypedef struct {
|
||||||
File Metadata
|
File Metadata
|
||||||
Line int
|
Line int
|
||||||
Context Metadata
|
Context Metadata
|
||||||
AlignInBits unit32
|
AlignInBits uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
// CreateTypedef creates typedef type debug metadata.
|
// CreateTypedef creates typedef type debug metadata.
|
||||||
|
|
Loading…
Reference in New Issue