[lld] r244258 - COFF: Update a comment.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 12:57:21 PDT 2015


Author: ruiu
Date: Thu Aug  6 14:57:21 2015
New Revision: 244258

URL: http://llvm.org/viewvc/llvm-project?rev=244258&view=rev
Log:
COFF: Update a comment.

Modified:
    lld/trunk/COFF/InputFiles.h

Modified: lld/trunk/COFF/InputFiles.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/COFF/InputFiles.h?rev=244258&r1=244257&r2=244258&view=diff
==============================================================================
--- lld/trunk/COFF/InputFiles.h (original)
+++ lld/trunk/COFF/InputFiles.h Thu Aug  6 14:57:21 2015
@@ -50,8 +50,7 @@ public:
   // Returns symbols defined by this file.
   virtual std::vector<SymbolBody *> &getSymbols() = 0;
 
-  // Reads a file (constructors don't do that). Returns an error if a
-  // file is broken.
+  // Reads a file (the constructor doesn't do that).
   virtual void parse() = 0;
 
   // Returns the CPU type this file was compiled to.




More information about the llvm-commits mailing list