http://englishplus.com/grammar/00000296.htm
authorGabor Greif <ggreif@gmail.com>
Fri, 26 Mar 2010 19:04:42 +0000 (19:04 +0000)
committerGabor Greif <ggreif@gmail.com>
Fri, 26 Mar 2010 19:04:42 +0000 (19:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99635 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index d096f5a722d80b5b8abae79c9c762fd0e24c99a7..cf936d1571a8e99351cac488c2ec1e6db85f0883 100644 (file)
@@ -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