Untypo
authorChris Lattner <sabre@nondot.org>
Sun, 9 Nov 2003 05:04:25 +0000 (05:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 Nov 2003 05:04:25 +0000 (05:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9827 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/DeadTypeElimination.cpp

index f0d44225221c833eb0bd8a102ab403bd93349117..c3eb41600294fe02624e95ea729b67f5bd4b8555 100644 (file)
@@ -46,7 +46,7 @@ Pass *createDeadTypeEliminationPass() {
 
 
 
-// ShouldNukSymtabEntry - Return true if this module level symbol table entry
+// ShouldNukeSymtabEntry - Return true if this module level symbol table entry
 // should be eliminated.
 //
 static inline bool ShouldNukeSymtabEntry(const std::pair<std::string,Value*>&E){