From eb59ca976c6400936ee28b7c8687bda9c4ea1cdf Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 7 Feb 2011 20:03:14 +0000 Subject: [PATCH] fix comment change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125047 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Constants.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp index b9b7b3f5393..a74d6970d58 100644 --- a/lib/VMCore/Constants.cpp +++ b/lib/VMCore/Constants.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file implements the Constant *classes. +// This file implements the Constant* classes. // //===----------------------------------------------------------------------===// -- 2.34.1