Fixed some comments.

llvm-svn: 45924
This commit is contained in:
Ted Kremenek 2008-01-13 04:03:38 +00:00
parent 76245f3ed0
commit 990d7d5205
1 changed files with 3 additions and 3 deletions

View File

@ -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."
//
//===----------------------------------------------------------------------===//