[llvm-commits] CVS: llvm/include/llvm/Support/Debug.h
Reid Spencer
reid at x10sys.com
Thu Feb 1 04:10:07 PST 2007
Changes in directory llvm/include/llvm/Support:
Debug.h updated: 1.14 -> 1.15
---
Log message:
Fix a homonymo in a comment.
---
Diffs of the changes: (+1 -1)
Debug.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Support/Debug.h
diff -u llvm/include/llvm/Support/Debug.h:1.14 llvm/include/llvm/Support/Debug.h:1.15
--- llvm/include/llvm/Support/Debug.h:1.14 Wed Jan 3 16:37:27 2007
+++ llvm/include/llvm/Support/Debug.h Thu Feb 1 06:09:51 2007
@@ -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.
//
More information about the llvm-commits
mailing list