Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / lib / Target / NVPTX / NVPTXInstrInfo.td
index 1ed206b2c745f55a02141c205a84b873dce80671..8a410b872925e4b27dbda5180e142a2e79511bb0 100644 (file)
@@ -846,7 +846,7 @@ multiclass FPCONTRACT32<string OpcStr, Predicate Pred> {
                       [(set Float32Regs:$dst, (fadd
                         (fmul Float32Regs:$a, Float32Regs:$b),
                         Float32Regs:$c))]>, Requires<[Pred]>;
-   // This is to WAR a wierd bug in Tablegen that does not automatically
+   // This is to WAR a weird bug in Tablegen that does not automatically
    // generate the following permutated rule rrr2 from the above rrr.
    // So we explicitly add it here. This happens to FMA32 only.
    // See the comments at FMAD32 and FMA32 for more information.