From e7da2d6ac33c89689806f19a335ebb0a7c6b8a15 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 6 May 2007 13:37:16 +0000 Subject: Fix typo in comment. llvm-svn: 36873 --- llvm/lib/Transforms/Utils/LowerInvoke.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Utils/LowerInvoke.cpp') diff --git a/llvm/lib/Transforms/Utils/LowerInvoke.cpp b/llvm/lib/Transforms/Utils/LowerInvoke.cpp index fcb078ae258..d72c018a22a 100644 --- a/llvm/lib/Transforms/Utils/LowerInvoke.cpp +++ b/llvm/lib/Transforms/Utils/LowerInvoke.cpp @@ -75,7 +75,7 @@ namespace { const TargetLowering *TLI; public: - static char ID; // Pass identifcation, replacement for typeid + static char ID; // Pass identification, replacement for typeid LowerInvoke(const TargetLowering *tli = NULL) : FunctionPass((intptr_t)&ID), TLI(tli) { } bool doInitialization(Module &M); -- cgit v1.2.3