From: Reid Spencer Date: Thu, 1 Feb 2007 12:09:51 +0000 (+0000) Subject: Fix a homonymo in a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=283663a4ed18124980c1a5e3114550638115edd8;p=oota-llvm.git Fix a homonymo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33754 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/Debug.h b/include/llvm/Support/Debug.h index 437e57ea073..6c7590ebe10 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. //