[COFF] Rename variale references in comments after VariableName -> variableName change

llvm-svn: 366193
This commit is contained in:
Fangrui Song
2019-07-16 08:26:38 +00:00
parent 33fdf82dda
commit 2e2038b647
11 changed files with 24 additions and 24 deletions

View File

@@ -567,7 +567,7 @@ void IdataContents::create() {
// Create .idata contents for each DLL.
for (std::vector<DefinedImportData *> &syms : v) {
// Create lookup and address tables. If they have external names,
// we need to create HintName chunks to store the names.
// we need to create hintName chunks to store the names.
// If they don't (if they are import-by-ordinals), we store only
// ordinal values to the table.
size_t base = lookups.size();