aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassSupport.h
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-03-02 12:10:56 +0000
committerGabor Greif <ggreif@gmail.com>2009-03-02 12:10:56 +0000
commite6d68200eef781111ef7a322f9d67af336abc71c (patch)
tree29879125bdb86fb10db0228f9fd1751a8c83a442 /include/llvm/PassSupport.h
parent4906abe63a800b270229141b05695c62062529b7 (diff)
downloadexternal_llvm-e6d68200eef781111ef7a322f9d67af336abc71c.zip
external_llvm-e6d68200eef781111ef7a322f9d67af336abc71c.tar.gz
external_llvm-e6d68200eef781111ef7a322f9d67af336abc71c.tar.bz2
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65839 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/PassSupport.h')
-rw-r--r--include/llvm/PassSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/PassSupport.h b/include/llvm/PassSupport.h
index c7ae300..a8d1839 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 {