Fix comment.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 27 Aug 2012 16:04:24 +0000 (16:04 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 27 Aug 2012 16:04:24 +0000 (16:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162678 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/ELFObjectWriter.cpp

index 7203b9a4bfab0f195c1d5cb7dfe859af7a2732cc..6e37b5c1a0329c500241bb9194669b11763a214d 100644 (file)
@@ -270,9 +270,10 @@ class ELFObjectWriter : public MCObjectWriter {
 
     /// ComputeSymbolTable - Compute the symbol table data
     ///
-    /// \param StringTable [out] - The string table data.
-    /// \param StringIndexMap [out] - Map from symbol names to offsets in the
-    /// string table.
+    /// \param Asm - The assembler.
+    /// \param SectionIndexMap - Maps a section to its index.
+    /// \param RevGroupMap - Maps a signature symbol to the group section.
+    /// \param NumRegularSections - Number of non-relocation sections.
     void ComputeSymbolTable(MCAssembler &Asm,
                             const SectionIndexMapTy &SectionIndexMap,
                             RevGroupMapTy RevGroupMap,