From e6d68200eef781111ef7a322f9d67af336abc71c Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Mon, 2 Mar 2009 12:10:56 +0000 Subject: [PATCH] fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65839 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/PassSupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/PassSupport.h b/include/llvm/PassSupport.h index c7ae30024e2..a8d18399ebe 100644 --- a/include/llvm/PassSupport.h +++ b/include/llvm/PassSupport.h @@ -127,7 +127,7 @@ public: return ItfImpl; } - /// getPassInfo - Deprecated API compaatibility function. This function + /// getPassInfo - Deprecated API compatibility function. This function /// just returns 'this'. /// const PassInfo *getPassInfo() const {