summaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-03-26 19:04:42 +0000
committerGabor Greif <ggreif@gmail.com>2010-03-26 19:04:42 +0000
commit6091ff346c39b1068aacd8f99fb79c3f53397f10 (patch)
tree43038f6370bb27ac42f77f76b6e0a5b0443349d2 /docs/ProgrammersManual.html
parenta7a33fd95f15428b7030ef1b764fcf924d5199c8 (diff)
downloadllvm-6091ff346c39b1068aacd8f99fb79c3f53397f10.tar.gz
llvm-6091ff346c39b1068aacd8f99fb79c3f53397f10.tar.bz2
llvm-6091ff346c39b1068aacd8f99fb79c3f53397f10.tar.xz
http://englishplus.com/grammar/00000296.htm
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99635 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r--docs/ProgrammersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index d096f5a722..cf936d1571 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -1962,7 +1962,7 @@ for (Value::use_iterator i = F-&gt;use_begin(), e = F-&gt;use_end(); i != e; ++i
</pre>
</div>
-<p>Alternately, it's common to have an instance of the <a
+<p>Alternatively, it's common to have an instance of the <a
href="/doxygen/classllvm_1_1User.html">User Class</a> and need to know what
<tt>Value</tt>s are used by it. The list of all <tt>Value</tt>s used by a
<tt>User</tt> is known as a <i>use-def</i> chain. Instances of class