aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-05-22 15:34:37 +0000
committerChris Lattner <sabre@nondot.org>2011-05-22 15:34:37 +0000
commit947f0a8efa68e6fe4aacfec0f504428d21804ba5 (patch)
tree1604eb15cd3a87e8c5705a8184b36fdde0a6d080
parent4d9255057a487ab7a9af0a90ca49abed861e37ff (diff)
fix comment typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131853 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Support/PassManagerBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/PassManagerBuilder.h b/include/llvm/Support/PassManagerBuilder.h
index fdbcc8fa41..a2484c7862 100644
--- a/include/llvm/Support/PassManagerBuilder.h
+++ b/include/llvm/Support/PassManagerBuilder.h
@@ -1,4 +1,4 @@
-//===-- llvm/Support/PasaMangerBuilder.h - Build Standard Pass --*- C++ -*-===//
+//===-- llvm/Support/PassMangerBuilder.h - Build Standard Pass --*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//