diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-03-23 23:32:48 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-03-23 23:32:48 +0000 |
commit | c7ca640529bc9afb2ec5847f7499dbe8e6c31501 (patch) | |
tree | beadcee29b164e3a3644b7fb5d60b2799ecd847f | |
parent | 4ab9a16569b06092e1eac5d39cc55fd11b00a4d2 (diff) | |
download | bcm5719-llvm-c7ca640529bc9afb2ec5847f7499dbe8e6c31501.tar.gz bcm5719-llvm-c7ca640529bc9afb2ec5847f7499dbe8e6c31501.zip |
Fix comments.
llvm-svn: 128182
-rw-r--r-- | llvm/include/llvm/MC/MCSectionMachO.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/MC/MCSectionMachO.h b/llvm/include/llvm/MC/MCSectionMachO.h index 4313b184369..bdb17e9008b 100644 --- a/llvm/include/llvm/MC/MCSectionMachO.h +++ b/llvm/include/llvm/MC/MCSectionMachO.h @@ -66,10 +66,10 @@ public: /// 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. |