mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 05:00:39 +00:00
Fix minor typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3630 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5862173c84
commit
d6ea9260db
@ -194,7 +194,7 @@ Next, we declare our pass itself:<p>
|
||||
|
||||
This declares a "<tt>Hello</tt>" class that is a subclass of <tt><a
|
||||
href="http://llvm.cs.uiuc.edu/doxygen/structFunctionPass.html">FunctionPass</a></tt>.
|
||||
The different builting pass subclasses are described in detail <a
|
||||
The different builtin pass subclasses are described in detail <a
|
||||
href="#passtype">later</a>, but for now, know that <a href="#FunctionPass"><tt>FunctionPass</tt></a>'s
|
||||
operate a function at a time.<p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user