Fix typo.
authorOwen Anderson <resistor@mac.com>
Fri, 21 Oct 2011 20:28:19 +0000 (20:28 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 21 Oct 2011 20:28:19 +0000 (20:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142681 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/Object.h

index 6acad85c55a14b0bbd7b8ddf5407c5208ebe8814..35706f5874cb5b80142031a011f1006d3fe16494 100644 (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);