summaryrefslogtreecommitdiffstats
path: root/lld/COFF/SymbolTable.cpp
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-07-16 08:26:38 +0000
committerFangrui Song <maskray@google.com>2019-07-16 08:26:38 +0000
commit2e2038b6470d4fdcdfd29bd111e67f12f688cef0 (patch)
treedc2431c254e2df86b68c41d7c662f110e7bbed13 /lld/COFF/SymbolTable.cpp
parent33fdf82dda0a687133016cc41cffd4ece6693d69 (diff)
downloadbcm5719-llvm-2e2038b6470d4fdcdfd29bd111e67f12f688cef0.tar.gz
bcm5719-llvm-2e2038b6470d4fdcdfd29bd111e67f12f688cef0.zip
[COFF] Rename variale references in comments after VariableName -> variableName change
llvm-svn: 366193
Diffstat (limited to 'lld/COFF/SymbolTable.cpp')
-rw-r--r--lld/COFF/SymbolTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/SymbolTable.cpp b/lld/COFF/SymbolTable.cpp
index 2173c10c1ca..0aff164ee56 100644
--- a/lld/COFF/SymbolTable.cpp
+++ b/lld/COFF/SymbolTable.cpp
@@ -192,7 +192,7 @@ bool SymbolTable::handleMinGWAutomaticImport(Symbol *sym, StringRef name) {
// Replace the reference directly to a variable with a reference
// to the import address table instead. This obviously isn't right,
- // but we mark the symbol as IsRuntimePseudoReloc, and a later pass
+ // but we mark the symbol as isRuntimePseudoReloc, and a later pass
// will add runtime pseudo relocations for every relocation against
// this Symbol. The runtime pseudo relocation framework expects the
// reference itself to point at the IAT entry.
OpenPOWER on IntegriCloud