diff --git a/llvm/lib/Target/VE/VEISelLowering.cpp b/llvm/lib/Target/VE/VEISelLowering.cpp index 63d48971c292a6..2eea65033870df 100644 --- a/llvm/lib/Target/VE/VEISelLowering.cpp +++ b/llvm/lib/Target/VE/VEISelLowering.cpp @@ -1583,9 +1583,9 @@ SDValue VETargetLowering::lowerVAARG(SDValue Op, SelectionDAG &DAG) const { SDValue NextPtr; if (VT == MVT::f128) { - // VE f128 values must be stored with 16 bytes alignment. We doesn't + // VE f128 values must be stored with 16 bytes alignment. We don't // know the actual alignment of VAList, so we take alignment of it - // dyanmically. + // dynamically. int Align = 16; VAList = DAG.getNode(ISD::ADD, DL, PtrVT, VAList, DAG.getConstant(Align - 1, DL, PtrVT));