summaryrefslogtreecommitdiffstats
path: root/clang/docs/InternalsManual.html
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2007-10-18 22:50:52 +0000
committerTed Kremenek <kremenek@apple.com>2007-10-18 22:50:52 +0000
commitefc244722f49acb2e84690f9f11900e80af27d80 (patch)
treef8f4027cb96b708bd0a62c67f0f9e311a918fb9b /clang/docs/InternalsManual.html
parent463e2ab0ac7de966ba1b2289efa6b92d4509cd7b (diff)
downloadbcm5719-llvm-efc244722f49acb2e84690f9f11900e80af27d80.tar.gz
bcm5719-llvm-efc244722f49acb2e84690f9f11900e80af27d80.zip
Minor grammar fix.
llvm-svn: 43154
Diffstat (limited to 'clang/docs/InternalsManual.html')
-rw-r--r--clang/docs/InternalsManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html
index 64497b9f73e..cc4630adf76 100644
--- a/clang/docs/InternalsManual.html
+++ b/clang/docs/InternalsManual.html
@@ -458,7 +458,7 @@ within a given <tt>CFGBlock</tt> can be traversed using
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
OpenPOWER on IntegriCloud