Typos.
authorChad Rosier <mcrosier@apple.com>
Fri, 27 Jul 2012 21:41:59 +0000 (21:41 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 27 Jul 2012 21:41:59 +0000 (21:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160897 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Debug.h
lib/Support/Debug.cpp

index 274c1a94a1e3e83b707f9706b1fc4459c3312c17..896fe849a6be53e812f531966924a7f298ac2228 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//
 
index fa2dd888d162bc2819e520f72cb8c6024a00b496..c8e8900749bb79e73a76d88d2988a22eff4c3c86 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//