From 18e17e773acf2f917050dfa69116c6d90d0a0608 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 18 Oct 2007 22:50:52 +0000 Subject: [PATCH] Minor grammar fix. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43154 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/InternalsManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html index 64497b9f73..cc4630adf7 100644 --- a/docs/InternalsManual.html +++ b/docs/InternalsManual.html @@ -458,7 +458,7 @@ within a given CFGBlock can be traversed using the CFGBlock::*iterator interface.

-A CFG objects owns the instances of CFGBlock within +A CFG object owns the instances of CFGBlock within the control-flow graph it represents. Each CFGBlock within a CFG is also uniquely numbered (accessible via CFGBlock::getBlockID()). Currently the number is -- 2.40.0