[llvm-commits] [llvm] r128182 - /llvm/trunk/include/llvm/MC/MCSectionMachO.h
Jim Grosbach
grosbach at apple.com
Wed Mar 23 16:32:48 PDT 2011
Author: grosbach
Date: Wed Mar 23 18:32:48 2011
New Revision: 128182
URL: http://llvm.org/viewvc/llvm-project?rev=128182&view=rev
Log:
Fix comments.
Modified:
llvm/trunk/include/llvm/MC/MCSectionMachO.h
Modified: llvm/trunk/include/llvm/MC/MCSectionMachO.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCSectionMachO.h?rev=128182&r1=128181&r2=128182&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCSectionMachO.h (original)
+++ llvm/trunk/include/llvm/MC/MCSectionMachO.h Wed Mar 23 18:32:48 2011
@@ -66,10 +66,10 @@
/// S_SYMBOL_STUBS - Section with symbol stubs, byte size of stub in
/// the Reserved2 field.
S_SYMBOL_STUBS = 0x08U,
- /// S_SYMBOL_STUBS - Section with only function pointers for
+ /// S_MOD_INIT_FUNC_POINTERS - Section with only function pointers for
/// initialization.
S_MOD_INIT_FUNC_POINTERS = 0x09U,
- /// S_MOD_INIT_FUNC_POINTERS - Section with only function pointers for
+ /// S_MOD_TERM_FUNC_POINTERS - Section with only function pointers for
/// termination.
S_MOD_TERM_FUNC_POINTERS = 0x0AU,
/// S_COALESCED - Section contains symbols that are to be coalesced.
More information about the llvm-commits
mailing list