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/CFRefCount.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/CFRefCount.cpp')
-rw-r--r-- | Analysis/CFRefCount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Analysis/CFRefCount.cpp b/Analysis/CFRefCount.cpp index 188ce7084c..fce9b44448 100644 --- a/Analysis/CFRefCount.cpp +++ b/Analysis/CFRefCount.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This files defines the methods for CFRefCount, which implements +// This file defines the methods for CFRefCount, which implements // a reference count checker for Core Foundation (Mac OS X). // //===----------------------------------------------------------------------===// |