From 5560c9d49ccae132cabf1155f18aa0480dce3eda Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 18 Aug 2003 14:43:39 +0000 Subject: Spell `necessary' correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7944 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/ExprTypeConvert.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Transforms/ExprTypeConvert.cpp') diff --git a/lib/Transforms/ExprTypeConvert.cpp b/lib/Transforms/ExprTypeConvert.cpp index 070396847e..ac5af10a3b 100644 --- a/lib/Transforms/ExprTypeConvert.cpp +++ b/lib/Transforms/ExprTypeConvert.cpp @@ -710,7 +710,7 @@ static bool OperandConvertibleToType(User *U, Value *V, const Type *Ty, if (CTMI != CTMap.end()) { // Operand #1 is in the table already? // If so, check to see if it's Ty*, or, more importantly, if it is a // pointer to a structure where the first element is a Ty... this code - // is neccesary because we might be trying to change the source and + // is necessary because we might be trying to change the source and // destination type of the store (they might be related) and the dest // pointer type might be a pointer to structure. Below we allow pointer // to structures where the 0th element is compatible with the value, @@ -864,7 +864,7 @@ static bool OperandConvertibleToType(User *U, Value *V, const Type *Ty, // Okay, at this point, we know that all of the arguments can be // converted. We succeed if we can change the return type if - // neccesary... + // necessary... // return ValueConvertibleToType(I, FTy->getReturnType(), CTMap, TD); } -- cgit v1.2.3-18-g5258