diff options
Diffstat (limited to 'lld/COFF/Config.h')
-rw-r--r-- | lld/COFF/Config.h | 2 |
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; |