fix typos
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47995 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Analysis/ValueManager.cpp b/Analysis/ValueManager.cpp
index a02f3e4..34b55de 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.
//
//===----------------------------------------------------------------------===//