[RISCV] Remove stray slash from comment. NFC
authorCraig Topper <craig.topper@sifive.com>
Mon, 21 Mar 2022 21:37:52 +0000 (14:37 -0700)
committerCraig Topper <craig.topper@sifive.com>
Mon, 21 Mar 2022 21:50:56 +0000 (14:50 -0700)
llvm/lib/Target/RISCV/RISCVISelLowering.cpp

index 64ba46f..555d518 100644 (file)
@@ -4839,7 +4839,7 @@ SDValue RISCVTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op,
 
     // This is an i64 value that lives in two scalar registers. We have to
     // insert this in a convoluted way. First we build vXi64 splat containing
-    // the/ two values that we assemble using some bit math. Next we'll use
+    // the two values that we assemble using some bit math. Next we'll use
     // vid.v and vmseq to build a mask with bit 0 set. Then we'll use that mask
     // to merge element 0 from our splat into the source vector.
     // FIXME: This is probably not the best way to do this, but it is