From 990d7d5205d54cc1ee53f550f4ef159457b1b8e8 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Sun, 13 Jan 2008 04:03:38 +0000 Subject: [PATCH] Fixed some comments. llvm-svn: 45924 --- clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h b/clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h index e91056412a3e..f5f1945a936c 100644 --- a/clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h +++ b/clang/include/clang/Analysis/PathSensitive/ExplodedGraph.h @@ -1,4 +1,4 @@ -//===-- ExplodedGraph.h - Local, Path-Sensitive Supergraph -*- C++ -*------===// +//=-- ExplodedGraph.h - Local, Path-Sens. "Exploded Graph" -*- C++ -*-------==// // // The LLVM Compiler Infrastructure // @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// // -// This file defines the template class ExplodedGraph, which represents a -// path-sensitive, intra-procedural dataflow "exploded graph." +// This file defines the template classes ExplodedNode and ExplodedGraph, +// which represent a path-sensitive, intra-procedural "exploded graph." // //===----------------------------------------------------------------------===//