diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-01 12:09:51 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-01 12:09:51 +0000 |
| commit | 283663a4ed18124980c1a5e3114550638115edd8 (patch) | |
| tree | 683d3b1c2222bd0327d88fc69f1591a57c3bb660 /include/llvm/Support | |
| parent | b43216ee4a418257ce5530c02601b77efe86c354 (diff) | |
| download | external_llvm-283663a4ed18124980c1a5e3114550638115edd8.zip external_llvm-283663a4ed18124980c1a5e3114550638115edd8.tar.gz external_llvm-283663a4ed18124980c1a5e3114550638115edd8.tar.bz2 | |
Fix a homonymo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33754 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
| -rw-r--r-- | include/llvm/Support/Debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Debug.h b/include/llvm/Support/Debug.h index 437e57e..6c7590e 100644 --- a/include/llvm/Support/Debug.h +++ b/include/llvm/Support/Debug.h @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file implements a handle way of adding debugging information to your +// This file implements a handy way of adding debugging information to your // code, without it being enabled all of the time, and without having to add // command line options to enable it. // |
