From 8323bc089786c4b1b1f35a958613de895a78d295 Mon Sep 17 00:00:00 2001 From: Geoff Berry Date: Mon, 20 Jul 2015 22:03:52 +0000 Subject: [PATCH 1/1] Fix comment typo (test commit). NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242719 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/AArch64/AArch64ISelLowering.cpp b/lib/Target/AArch64/AArch64ISelLowering.cpp index 3a8b711dff3..981946df3e0 100644 --- a/lib/Target/AArch64/AArch64ISelLowering.cpp +++ b/lib/Target/AArch64/AArch64ISelLowering.cpp @@ -1220,7 +1220,7 @@ static SDValue emitComparison(SDValue LHS, SDValue RHS, ISD::CondCode CC, /// by conditional compare sequences. /// @{ -/// Create a conditional comparison; Use CCMP, CCMN or FCCMP as apropriate. +/// Create a conditional comparison; Use CCMP, CCMN or FCCMP as appropriate. static SDValue emitConditionalComparison(SDValue LHS, SDValue RHS, ISD::CondCode CC, SDValue CCOp, SDValue Condition, unsigned NZCV, -- 2.34.1