aboutsummaryrefslogtreecommitdiff
path: root/COFF/SymbolTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'COFF/SymbolTable.h')
-rw-r--r--COFF/SymbolTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/COFF/SymbolTable.h b/COFF/SymbolTable.h
index 75bd39335..88f47cbe9 100644
--- a/COFF/SymbolTable.h
+++ b/COFF/SymbolTable.h
@@ -112,7 +112,7 @@ public:
private:
/// Inserts symbol if not already present.
std::pair<Symbol *, bool> insert(StringRef name);
- /// Same as insert(Name), but also sets IsUsedInRegularObj.
+ /// Same as insert(Name), but also sets isUsedInRegularObj.
std::pair<Symbol *, bool> insert(StringRef name, InputFile *f);
std::vector<Symbol *> getSymsWithPrefix(StringRef prefix);