mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
[COFF] Spell the namespace correctly.
llvm-svn: 239641
This commit is contained in:
@@ -99,7 +99,7 @@ private:
|
||||
llvm::BumpPtrAllocator Alloc;
|
||||
};
|
||||
|
||||
} // namespace pecoff
|
||||
} // namespace coff
|
||||
} // namespace lld
|
||||
|
||||
#endif
|
||||
|
||||
@@ -104,7 +104,7 @@ private:
|
||||
std::vector<std::unique_ptr<Chunk>> Chunks;
|
||||
};
|
||||
|
||||
} // namespace pecoff
|
||||
} // namespace coff
|
||||
} // namespace lld
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user