diff options
author | Chris Lattner <sabre@nondot.org> | 2011-02-07 20:03:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-02-07 20:03:14 +0000 |
commit | eb59ca976c6400936ee28b7c8687bda9c4ea1cdf (patch) | |
tree | 75df5b2440141cfef4dea5384fcb54d722f31c53 /lib/VMCore | |
parent | e7a54520b3435c006c4f97c56fe970350981ea3c (diff) | |
download | external_llvm-eb59ca976c6400936ee28b7c8687bda9c4ea1cdf.zip external_llvm-eb59ca976c6400936ee28b7c8687bda9c4ea1cdf.tar.gz external_llvm-eb59ca976c6400936ee28b7c8687bda9c4ea1cdf.tar.bz2 |
fix comment change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125047 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore')
-rw-r--r-- | lib/VMCore/Constants.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp index b9b7b3f..a74d697 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. // //===----------------------------------------------------------------------===// |