diff options
| author | David Blaikie <dblaikie@gmail.com> | 2012-09-20 20:59:21 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2012-09-20 20:59:21 +0000 |
| commit | 7c70fe60aa86b4ad6c85a786219f280d7e03320c (patch) | |
| tree | be5de12da604b9c78a1e9085bf651d2d30a79a82 /clang/www/analyzer/checker_dev_manual.html | |
| parent | 855420665290c809cc6616a6a9f6ef7269472a02 (diff) | |
| download | bcm5719-llvm-7c70fe60aa86b4ad6c85a786219f280d7e03320c.tar.gz bcm5719-llvm-7c70fe60aa86b4ad6c85a786219f280d7e03320c.zip | |
Fix typo. (s/Explided/Exploded/)
Patch by Sean McBride.
llvm-svn: 164318
Diffstat (limited to 'clang/www/analyzer/checker_dev_manual.html')
| -rw-r--r-- | clang/www/analyzer/checker_dev_manual.html | 2 |
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 fc9adf371ef..043b53612ae 100644 --- a/clang/www/analyzer/checker_dev_manual.html +++ b/clang/www/analyzer/checker_dev_manual.html @@ -82,7 +82,7 @@ for general developer guidelines and information. </p> the values of all the expressions in the program based on the input symbols and the path. The execution is path sensitive and every possible path through the program is explored. The explored execution traces are represented with - <a href="http://clang.llvm.org/doxygen/classclang_1_1ento_1_1ExplodedGraph.html">ExplidedGraph</a> object. + <a href="http://clang.llvm.org/doxygen/classclang_1_1ento_1_1ExplodedGraph.html">ExplodedGraph</a> object. Each node of the graph is <a href="http://clang.llvm.org/doxygen/classclang_1_1ento_1_1ExplodedNode.html">ExplodedNode</a>, which consists of a <tt>ProgramPoint</tt> and a <tt>ProgramState</tt>. |

