aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/CFG.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-08-04 22:51:42 +0000
committerTed Kremenek <kremenek@apple.com>2008-08-04 22:51:42 +0000
commita34ea072371154c9042ce86321d17fbb4df1f84d (patch)
tree4c57d061807549eefcf20ab75aa3599884d95f4c /lib/AST/CFG.cpp
parent1e76ce6e5f892c89c9958657d44c323fb70f748c (diff)
Nico Weber:
"the attached patch fixes some typos, 80 cols violations, etc. in comments." git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54328 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/CFG.cpp')
-rw-r--r--lib/AST/CFG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/CFG.cpp b/lib/AST/CFG.cpp
index ba6a6c8552..9f87dc6adf 100644
--- a/lib/AST/CFG.cpp
+++ b/lib/AST/CFG.cpp
@@ -42,7 +42,7 @@ struct VISIBILITY_HIDDEN SaveAndRestore {
T old_value;
};
-/// CFGBuilder - This class is implements CFG construction from an AST.
+/// CFGBuilder - This class implements CFG construction from an AST.
/// The builder is stateful: an instance of the builder should be used to only
/// construct a single CFG.
///