diff options
author | Anna Zaks <ganna@apple.com> | 2012-08-24 21:07:45 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2012-08-24 21:07:45 +0000 |
commit | 53b890ba226e8c84a157ab5e757b93666cc6859d (patch) | |
tree | 580128a0d290a6bc0d9b5f7a70f901529f16d3da /include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h | |
parent | 32f3acc0103055b1ef171fa94d1ee6d1deb0223e (diff) |
[analyzer] More fixups/rewording based on Jordan's feedback.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162597 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h')
-rw-r--r-- | include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h b/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h index 2263eca328..264c6106db 100644 --- a/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h +++ b/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file defines the state of the program along the analyzes path. +// This file defines the state of the program along the analysisa path. // //===----------------------------------------------------------------------===// |