[llvm] r268045 - fix typo; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 29 07:53:54 PDT 2016
Author: spatel
Date: Fri Apr 29 09:53:54 2016
New Revision: 268045
URL: http://llvm.org/viewvc/llvm-project?rev=268045&view=rev
Log:
fix typo; NFC
Modified:
llvm/trunk/include/llvm/IR/Constants.h
Modified: llvm/trunk/include/llvm/IR/Constants.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Constants.h?rev=268045&r1=268044&r2=268045&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Constants.h (original)
+++ llvm/trunk/include/llvm/IR/Constants.h Fri Apr 29 09:53:54 2016
@@ -44,7 +44,7 @@ template <class ConstantClass> struct Co
///
/// These constants have no operands; they represent their data directly.
/// Since they can be in use by unrelated modules (and are never based on
-/// GlobalValues), it never makes sensee to RAUW them.
+/// GlobalValues), it never makes sense to RAUW them.
class ConstantData : public Constant {
void anchor() override;
void *operator new(size_t, unsigned) = delete;
More information about the llvm-commits
mailing list