Fix a homonymo in a comment.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 1 Feb 2007 12:09:51 +0000 (12:09 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 1 Feb 2007 12:09:51 +0000 (12:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33754 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Debug.h

index 437e57ea0738cbed1641fc15cb4eaab609862129..6c7590ebe1003fa4c72d6b0cdeca15545986f9af 100644 (file)
@@ -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.
 //