diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-07-27 21:41:59 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-07-27 21:41:59 +0000 |
commit | 21edb397b27d4501bca932cf5fce036f4f3c9473 (patch) | |
tree | c36b77744aa670cb7df176ddd33b913bd957b4ae /lib/Support/Debug.cpp | |
parent | 9c777a484415198b3fb0dbeb57a594573b245152 (diff) |
Typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160897 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Debug.cpp')
-rw-r--r-- | lib/Support/Debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Debug.cpp b/lib/Support/Debug.cpp index fa2dd888d1..c8e8900749 100644 --- a/lib/Support/Debug.cpp +++ b/lib/Support/Debug.cpp @@ -19,7 +19,7 @@ // foo class. // // When compiling without assertions, the -debug-* options and all code in -// DEBUG() statements disappear, so it does not effect the runtime of the code. +// DEBUG() statements disappears, so it does not affect the runtime of the code. // //===----------------------------------------------------------------------===// |