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/IPO/ExtractFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/IPO/ExtractFunction.cpp') diff --git a/llvm/lib/Transforms/IPO/ExtractFunction.cpp b/llvm/lib/Transforms/IPO/ExtractFunction.cpp index 1a284c4f5bf..8d6af4176e6 100644 --- a/llvm/lib/Transforms/IPO/ExtractFunction.cpp +++ b/llvm/lib/Transforms/IPO/ExtractFunction.cpp @@ -25,7 +25,7 @@ namespace { bool deleteFunc; bool reLink; public: - static char ID; // Pass identifcation, replacement for typeid + static char ID; // Pass identification, replacement for typeid /// FunctionExtractorPass - If deleteFn is true, this pass deletes as the /// specified function. Otherwise, it deletes as much of the module as -- cgit v1.2.3