summaryrefslogtreecommitdiffstats
path: root/clang/www/analyzer
diff options
context:
space:
mode:
authorJonathan Roelofs <jonathan@codesourcery.com>2015-05-19 18:51:56 +0000
committerJonathan Roelofs <jonathan@codesourcery.com>2015-05-19 18:51:56 +0000
commit99bdd98a2bfc63593104f656d8166f369b8a0716 (patch)
tree58034ac464071b0490d6c9d5c24ffde49947f160 /clang/www/analyzer
parent06e3bf670f422086e9575c259af40a5b12d12f6d (diff)
downloadbcm5719-llvm-99bdd98a2bfc63593104f656d8166f369b8a0716.tar.gz
bcm5719-llvm-99bdd98a2bfc63593104f656d8166f369b8a0716.zip
Fix 'CFG graph' typo. NFC
Patch by Jon Eyolfson! llvm-svn: 237713
Diffstat (limited to 'clang/www/analyzer')
-rw-r--r--clang/www/analyzer/checker_dev_manual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/analyzer/checker_dev_manual.html b/clang/www/analyzer/checker_dev_manual.html
index 9c7cd98efa5..c2606f92ee5 100644
--- a/clang/www/analyzer/checker_dev_manual.html
+++ b/clang/www/analyzer/checker_dev_manual.html
@@ -99,7 +99,7 @@ for developer guidelines and send your questions and proposals to
which consists of a <tt>ProgramPoint</tt> and a <tt>ProgramState</tt>.
<p>
<a href="http://clang.llvm.org/doxygen/classclang_1_1ProgramPoint.html">ProgramPoint</a>
- represents the corresponding location in the program (or the CFG graph).
+ represents the corresponding location in the program (or the CFG).
<tt>ProgramPoint</tt> is also used to record additional information on
when/how the state was added. For example, <tt>PostPurgeDeadSymbolsKind</tt>
kind means that the state is the result of purging dead symbols - the
OpenPOWER on IntegriCloud