summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-01 12:09:51 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-01 12:09:51 +0000
commite15a8b7a55eb41cf0ed2f2e0ce2affbe159ff771 (patch)
tree79028ea1799fb66c30afc6dc33272d0015d1846c
parentf9a4c690de647134b32a7b1c77fcab7b7452ffb4 (diff)
downloadbcm5719-llvm-e15a8b7a55eb41cf0ed2f2e0ce2affbe159ff771.tar.gz
bcm5719-llvm-e15a8b7a55eb41cf0ed2f2e0ce2affbe159ff771.zip
Fix a homonymo in a comment.
llvm-svn: 33754
-rw-r--r--llvm/include/llvm/Support/Debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/Debug.h b/llvm/include/llvm/Support/Debug.h
index 437e57ea073..6c7590ebe10 100644
--- a/llvm/include/llvm/Support/Debug.h
+++ b/llvm/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.
//
OpenPOWER on IntegriCloud