diff options
Diffstat (limited to 'llvm/docs/WritingAnLLVMPass.html')
-rw-r--r-- | llvm/docs/WritingAnLLVMPass.html | 2 |
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 |