diff options
author | Gabor Greif <ggreif@gmail.com> | 2008-03-06 10:40:09 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2008-03-06 10:40:09 +0000 |
commit | 843e934ba8c6ebc00d2f6969a50af7074597e8e3 (patch) | |
tree | 22805586a4c5b90f9e146a7ffea05f168684d564 /Analysis/ValueManager.cpp | |
parent | 5617fae5418ad2dcaf69e2422f8087a2bdb82a76 (diff) |
fix typos
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Analysis/ValueManager.cpp')
-rw-r--r-- | Analysis/ValueManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Analysis/ValueManager.cpp b/Analysis/ValueManager.cpp index a02f3e45ef..34b55de21b 100644 --- a/Analysis/ValueManager.cpp +++ b/Analysis/ValueManager.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This files defines ValueManager, a class that manages the lifetime of APSInt +// This file defines ValueManager, a class that manages the lifetime of APSInt // objects and symbolic constraints used by GRExprEngine and related classes. // //===----------------------------------------------------------------------===// |