[COFF] Spell the namespace correctly.

llvm-svn: 239641
This commit is contained in:
Davide Italiano
2015-06-12 21:37:55 +00:00
parent 2e36ddf671
commit d106ab263a
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ private:
llvm::BumpPtrAllocator Alloc;
};
} // namespace pecoff
} // namespace coff
} // namespace lld
#endif

View File

@@ -104,7 +104,7 @@ private:
std::vector<std::unique_ptr<Chunk>> Chunks;
};
} // namespace pecoff
} // namespace coff
} // namespace lld
#endif