Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / lib / Target / Hexagon / HexagonImmediates.td
index e78bb790ae7d3cf88cbddbbffaa34d91f58fdb34..18692c4dcc5ec02a4e27bc91e5375a07fa9f5a47 100644 (file)
@@ -371,7 +371,7 @@ def s4_3ImmPred  : PatLeaf<(i32 imm), [{
 def u64ImmPred  : PatLeaf<(i64 imm), [{
   // immS16 predicate - True if the immediate fits in a 16-bit sign extended
   // field.
-  // Adding "N ||" to supress gcc unused warning.
+  // Adding "N ||" to suppress gcc unused warning.
   return (N || true);
 }]>;