summaryrefslogtreecommitdiffstats
path: root/llvm/docs/WritingAnLLVMPass.html
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-10-12 13:37:29 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-10-12 13:37:29 +0000
commit7630f105a1958b1ec4f8b8d14b389745f937291d (patch)
tree647a6547cbf64db5fe70b6874f99ab64a56ee60b /llvm/docs/WritingAnLLVMPass.html
parente4ab8eacf70867c09109a786e1fa5877e5997a57 (diff)
downloadbcm5719-llvm-7630f105a1958b1ec4f8b8d14b389745f937291d.tar.gz
bcm5719-llvm-7630f105a1958b1ec4f8b8d14b389745f937291d.zip
Fix typo, patch from Timo Juhani Lindfors.
llvm-svn: 83848
Diffstat (limited to 'llvm/docs/WritingAnLLVMPass.html')
-rw-r--r--llvm/docs/WritingAnLLVMPass.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/WritingAnLLVMPass.html b/llvm/docs/WritingAnLLVMPass.html
index f715a961a0f..c9a7edbde86 100644
--- a/llvm/docs/WritingAnLLVMPass.html
+++ b/llvm/docs/WritingAnLLVMPass.html
@@ -179,7 +179,7 @@ source tree in the <tt>lib/Transforms/Hello</tt> directory.</p>
<div class="doc_code"><pre>
# Makefile for hello pass
-# Path to top level of LLVM heirarchy
+# Path to top level of LLVM hierarchy
LEVEL = ../../..
# Name of the library to build
OpenPOWER on IntegriCloud