[lld] r184058 - Fix typo in comment. Found by -Wdocumentation.

Benjamin Kramer benny.kra at googlemail.com
Sun Jun 16 04:09:47 PDT 2013


Author: d0k
Date: Sun Jun 16 06:09:47 2013
New Revision: 184058

URL: http://llvm.org/viewvc/llvm-project?rev=184058&view=rev
Log:
Fix typo in comment. Found by -Wdocumentation.

Modified:
    lld/trunk/lib/ReaderWriter/ELF/File.h

Modified: lld/trunk/lib/ReaderWriter/ELF/File.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/File.h?rev=184058&r1=184057&r2=184058&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/File.h (original)
+++ lld/trunk/lib/ReaderWriter/ELF/File.h Sun Jun 16 06:09:47 2013
@@ -591,8 +591,8 @@ private:
     }
   }
 
-  /// \Brief Return true if the symbol is corresponding to an architecture
-  /// specific section. We will let the TargetHandler to handle such atoms.
+  /// \brief Return true if the symbol is corresponding to an architecture
+  /// specific section. We will let the TargetHandler handle such atoms.
   inline bool isTargetSpecificAtom(const Elf_Shdr *shdr,
                                    const Elf_Sym *sym) {
     return ((shdr->sh_flags & llvm::ELF::SHF_MASKPROC) ||





More information about the llvm-commits mailing list