[llvm-commits] [llvm] r160897 - in /llvm/trunk: include/llvm/Support/Debug.h lib/Support/Debug.cpp
Chad Rosier
mcrosier at apple.com
Fri Jul 27 14:41:59 PDT 2012
Author: mcrosier
Date: Fri Jul 27 16:41:59 2012
New Revision: 160897
URL: http://llvm.org/viewvc/llvm-project?rev=160897&view=rev
Log:
Typos.
Modified:
llvm/trunk/include/llvm/Support/Debug.h
llvm/trunk/lib/Support/Debug.cpp
Modified: llvm/trunk/include/llvm/Support/Debug.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Debug.h?rev=160897&r1=160896&r2=160897&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Debug.h (original)
+++ llvm/trunk/include/llvm/Support/Debug.h Fri Jul 27 16:41:59 2012
@@ -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.
//
//===----------------------------------------------------------------------===//
Modified: llvm/trunk/lib/Support/Debug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Debug.cpp?rev=160897&r1=160896&r2=160897&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Debug.cpp (original)
+++ llvm/trunk/lib/Support/Debug.cpp Fri Jul 27 16:41:59 2012
@@ -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.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list