summaryrefslogtreecommitdiffstats
path: root/clang/Analysis/DeadStores.cpp
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-03-06 10:40:09 +0000
committerGabor Greif <ggreif@gmail.com>2008-03-06 10:40:09 +0000
commit3a8edd8536931e5faea412439bc749e792c54b34 (patch)
tree504b9c6927e49ba884806e537b3d1c333c2b7290 /clang/Analysis/DeadStores.cpp
parentad19df0687f18913e27456418d4561d6aa74cbeb (diff)
downloadbcm5719-llvm-3a8edd8536931e5faea412439bc749e792c54b34.tar.gz
bcm5719-llvm-3a8edd8536931e5faea412439bc749e792c54b34.zip
fix typos
llvm-svn: 47995
Diffstat (limited to 'clang/Analysis/DeadStores.cpp')
-rw-r--r--clang/Analysis/DeadStores.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Analysis/DeadStores.cpp b/clang/Analysis/DeadStores.cpp
index 4475d495fbf..0c054844322 100644
--- a/clang/Analysis/DeadStores.cpp
+++ b/clang/Analysis/DeadStores.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This files defines a DeadStores, a flow-sensitive checker that looks for
+// This file defines a DeadStores, a flow-sensitive checker that looks for
// stores to variables that are no longer live.
//
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud