aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/PassManagers.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-11 22:51:32 +0000
committerDan Gohman <gohman@apple.com>2008-07-11 22:51:32 +0000
commite6acf36dca9864c6ead9113f0322f174469810cc (patch)
tree19289307c94c012623c31962436b3dcfe277996b /include/llvm/PassManagers.h
parente4f1a7e8ffbfe48e2c0b9180d8aaef3f64e532ed (diff)
Fix spelling of "hierarchy" in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53489 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/PassManagers.h')
-rw-r--r--include/llvm/PassManagers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/PassManagers.h b/include/llvm/PassManagers.h
index d37691311c..bac962612f 100644
--- a/include/llvm/PassManagers.h
+++ b/include/llvm/PassManagers.h
@@ -28,8 +28,8 @@
//
// Pass Manager Infrastructure uses multiple pass managers. They are
// PassManager, FunctionPassManager, MPPassManager, FPPassManager, BBPassManager.
-// This class hierarcy uses multiple inheritance but pass managers do not derive
-// from another pass manager.
+// This class hierarchy uses multiple inheritance but pass managers do not
+// derive from another pass manager.
//
// PassManager and FunctionPassManager are two top-level pass manager that
// represents the external interface of this entire pass manager infrastucture.