Fix typo and grammar. By Adhemerval Zanella.
authorRoman Divacky <rdivacky@freebsd.org>
Thu, 16 Aug 2012 18:19:29 +0000 (18:19 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Thu, 16 Aug 2012 18:19:29 +0000 (18:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162032 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.cpp

index aa819eeb30a2de3c874e8894ed8c3cd61940a643..61d44c52d438a4caf3c06469c4a140a139019c40 100644 (file)
@@ -106,7 +106,7 @@ PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM)
   // from FP_ROUND:  that rounds to nearest, this rounds to zero.
   setOperationAction(ISD::FP_ROUND_INREG, MVT::ppcf128, Custom);
 
-  // We do not currently implment this libm ops for PowerPC.
+  // We do not currently implement these libm ops for PowerPC.
   setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand);
   setOperationAction(ISD::FCEIL,  MVT::ppcf128, Expand);
   setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand);