summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-07-27 21:41:59 +0000
committerChad Rosier <mcrosier@apple.com>2012-07-27 21:41:59 +0000
commit21edb397b27d4501bca932cf5fce036f4f3c9473 (patch)
treec36b77744aa670cb7df176ddd33b913bd957b4ae /include
parent9c777a484415198b3fb0dbeb57a594573b245152 (diff)
downloadllvm-21edb397b27d4501bca932cf5fce036f4f3c9473.tar.gz
llvm-21edb397b27d4501bca932cf5fce036f4f3c9473.tar.bz2
llvm-21edb397b27d4501bca932cf5fce036f4f3c9473.tar.xz
Typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160897 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/Debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Debug.h b/include/llvm/Support/Debug.h
index 274c1a94a1..896fe849a6 100644
--- a/include/llvm/Support/Debug.h
+++ b/include/llvm/Support/Debug.h
@@ -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.
//
//===----------------------------------------------------------------------===//