[lld] r239641 - [COFF] Spell the namespace correctly.
Davide Italiano
davide at freebsd.org
Fri Jun 12 14:37:56 PDT 2015
Author: davide
Date: Fri Jun 12 16:37:55 2015
New Revision: 239641
URL: http://llvm.org/viewvc/llvm-project?rev=239641&view=rev
Log:
[COFF] Spell the namespace correctly.
Modified:
lld/trunk/COFF/SymbolTable.h
lld/trunk/COFF/Writer.h
Modified: lld/trunk/COFF/SymbolTable.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/COFF/SymbolTable.h?rev=239641&r1=239640&r2=239641&view=diff
==============================================================================
--- lld/trunk/COFF/SymbolTable.h (original)
+++ lld/trunk/COFF/SymbolTable.h Fri Jun 12 16:37:55 2015
@@ -99,7 +99,7 @@ private:
llvm::BumpPtrAllocator Alloc;
};
-} // namespace pecoff
+} // namespace coff
} // namespace lld
#endif
Modified: lld/trunk/COFF/Writer.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/COFF/Writer.h?rev=239641&r1=239640&r2=239641&view=diff
==============================================================================
--- lld/trunk/COFF/Writer.h (original)
+++ lld/trunk/COFF/Writer.h Fri Jun 12 16:37:55 2015
@@ -104,7 +104,7 @@ private:
std::vector<std::unique_ptr<Chunk>> Chunks;
};
-} // namespace pecoff
+} // namespace coff
} // namespace lld
#endif
More information about the llvm-commits
mailing list