1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Fix typo.

llvm-svn: 142681
This commit is contained in:
Owen Anderson 2011-10-21 20:28:19 +00:00
parent 66a199d42f
commit 7faa1c3317

View File

@ -31,7 +31,7 @@ extern "C" {
// Opaque type wrappers
typedef struct LLVMOpaqueObjectFile *LLVMObjectFileRef;
typedef struct LLVMOpaqueSectionIterator *LLVMSectionIteratorRef;
typedef struct LLVMOpauqeSymbolIterator *LLVMSymbolIteratorRef;
typedef struct LLVMOpaqueSymbolIterator *LLVMSymbolIteratorRef;
// ObjectFile creation
LLVMObjectFileRef LLVMCreateObjectFile(LLVMMemoryBufferRef MemBuf);