diff options
-rw-r--r-- | lld/COFF/InputFiles.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lld/COFF/InputFiles.h b/lld/COFF/InputFiles.h index 9e1bdf5419c..63ab3beb2fe 100644 --- a/lld/COFF/InputFiles.h +++ b/lld/COFF/InputFiles.h @@ -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. |