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/Scalar/BasicBlockPlacement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Scalar/BasicBlockPlacement.cpp') diff --git a/llvm/lib/Transforms/Scalar/BasicBlockPlacement.cpp b/llvm/lib/Transforms/Scalar/BasicBlockPlacement.cpp index 28e8012..7521ea3 100644 --- a/llvm/lib/Transforms/Scalar/BasicBlockPlacement.cpp +++ b/llvm/lib/Transforms/Scalar/BasicBlockPlacement.cpp @@ -41,7 +41,7 @@ STATISTIC(NumMoved, "Number of basic blocks moved"); namespace { struct VISIBILITY_HIDDEN BlockPlacement : public FunctionPass { - static char ID; // Pass identifcation, replacement for typeid + static char ID; // Pass identification, replacement for typeid BlockPlacement() : FunctionPass((intptr_t)&ID) {} virtual bool runOnFunction(Function &F); -- cgit v1.1