summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/IR/Constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/Constants.h b/llvm/include/llvm/IR/Constants.h
index a4a5a44ed37..9d5698567b9 100644
--- a/llvm/include/llvm/IR/Constants.h
+++ b/llvm/include/llvm/IR/Constants.h
@@ -44,7 +44,7 @@ template <class ConstantClass> struct ConstantAggrKeyType;
///
/// 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;
OpenPOWER on IntegriCloud