diff options
Diffstat (limited to 'lib/Support')
-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. // //===----------------------------------------------------------------------===// |