From 21edb397b27d4501bca932cf5fce036f4f3c9473 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Fri, 27 Jul 2012 21:41:59 +0000 Subject: [PATCH] Typos. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160897 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Debug.h | 2 +- lib/Support/Debug.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm/Support/Debug.h b/include/llvm/Support/Debug.h index 274c1a94a1e..896fe849a6b 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. // //===----------------------------------------------------------------------===// diff --git a/lib/Support/Debug.cpp b/lib/Support/Debug.cpp index fa2dd888d16..c8e8900749b 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. // //===----------------------------------------------------------------------===//