From 283663a4ed18124980c1a5e3114550638115edd8 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 1 Feb 2007 12:09:51 +0000 Subject: [PATCH] Fix a homonymo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33754 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. // -- 2.34.1