summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Config.h
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/Config.h
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/Config.h')
-rw-r--r--lld/COFF/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/Config.h b/lld/COFF/Config.h
index f7c80971476..e378b6fc724 100644
--- a/lld/COFF/Config.h
+++ b/lld/COFF/Config.h
@@ -49,7 +49,7 @@ struct Export {
// If an export is a form of /export:foo=dllname.bar, that means
// that foo should be exported as an alias to bar in the DLL.
- // ForwardTo is set to "dllname.bar" part. Usually empty.
+ // forwardTo is set to "dllname.bar" part. Usually empty.
StringRef forwardTo;
StringChunk *forwardChunk = nullptr;
OpenPOWER on IntegriCloud