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 | 3a8edd8536931e5faea412439bc749e792c54b34 (patch) | |
| tree | 504b9c6927e49ba884806e537b3d1c333c2b7290 /clang/Analysis/DeadStores.cpp | |
| parent | ad19df0687f18913e27456418d4561d6aa74cbeb (diff) | |
| download | bcm5719-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.cpp | 2 |
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. // //===----------------------------------------------------------------------===// |

