[cfe-commits] r43154 - /cfe/trunk/docs/InternalsManual.html
Ted Kremenek
kremenek at apple.com
Thu Oct 18 15:50:52 PDT 2007
Author: kremenek
Date: Thu Oct 18 17:50:52 2007
New Revision: 43154
URL: http://llvm.org/viewvc/llvm-project?rev=43154&view=rev
Log:
Minor grammar fix.
Modified:
cfe/trunk/docs/InternalsManual.html
Modified: cfe/trunk/docs/InternalsManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/InternalsManual.html?rev=43154&r1=43153&r2=43154&view=diff
==============================================================================
--- cfe/trunk/docs/InternalsManual.html (original)
+++ cfe/trunk/docs/InternalsManual.html Thu Oct 18 17:50:52 2007
@@ -458,7 +458,7 @@
the <tt>CFGBlock::*iterator</tt> interface.</p>
<p>
-A <tt>CFG</tt> objects owns the instances of <tt>CFGBlock</tt> within
+A <tt>CFG</tt> object owns the instances of <tt>CFGBlock</tt> within
the control-flow graph it represents. Each <tt>CFGBlock</tt> within a
CFG is also uniquely numbered (accessible
via <tt>CFGBlock::getBlockID()</tt>). Currently the number is
More information about the cfe-commits
mailing list