Skip to content

Commit 56da744

Browse files
shanshanpttensorflower-gardener
authored andcommitted
Fix minor spelling tweaks.
Closes tensorflow/mlir#306 COPYBARA_INTEGRATE_REVIEW=tensorflow/mlir#306 from shanshanpt:master 11430c2131281d84a432f45e854e29917b336e8d PiperOrigin-RevId: 284613648
1 parent 34265da commit 56da744

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

mlir/examples/toy/Ch2/include/toy/Ops.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Toy_Op<string mnemonic, list<OpTrait> traits = []> :
4343
// Toy Operations
4444
//===----------------------------------------------------------------------===//
4545

46-
// We define a toy operation by inherting from our base 'Toy_Op' class above.
46+
// We define a toy operation by inheriting from our base 'Toy_Op' class above.
4747
// Here we provide the mnemonic and a list of traits for the operation. The
4848
// constant operation is marked as 'NoSideEffect' as it is a pure operation
4949
// and may be removed if dead.

mlir/examples/toy/Ch3/include/toy/Ops.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Toy_Op<string mnemonic, list<OpTrait> traits = []> :
4343
// Toy Operations
4444
//===----------------------------------------------------------------------===//
4545

46-
// We define a toy operation by inherting from our base 'Toy_Op' class above.
46+
// We define a toy operation by inheriting from our base 'Toy_Op' class above.
4747
// Here we provide the mnemonic and a list of traits for the operation. The
4848
// constant operation is marked as 'NoSideEffect' as it is a pure operation
4949
// and may be removed if dead.

mlir/examples/toy/Ch4/include/toy/Ops.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Toy_Op<string mnemonic, list<OpTrait> traits = []> :
4444
// Toy Operations
4545
//===----------------------------------------------------------------------===//
4646

47-
// We define a toy operation by inherting from our base 'Toy_Op' class above.
47+
// We define a toy operation by inheriting from our base 'Toy_Op' class above.
4848
// Here we provide the mnemonic and a list of traits for the operation. The
4949
// constant operation is marked as 'NoSideEffect' as it is a pure operation
5050
// and may be removed if dead.

mlir/examples/toy/Ch5/include/toy/Ops.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Toy_Op<string mnemonic, list<OpTrait> traits = []> :
4444
// Toy Operations
4545
//===----------------------------------------------------------------------===//
4646

47-
// We define a toy operation by inherting from our base 'Toy_Op' class above.
47+
// We define a toy operation by inheriting from our base 'Toy_Op' class above.
4848
// Here we provide the mnemonic and a list of traits for the operation. The
4949
// constant operation is marked as 'NoSideEffect' as it is a pure operation
5050
// and may be removed if dead.

mlir/examples/toy/Ch6/include/toy/Ops.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Toy_Op<string mnemonic, list<OpTrait> traits = []> :
4444
// Toy Operations
4545
//===----------------------------------------------------------------------===//
4646

47-
// We define a toy operation by inherting from our base 'Toy_Op' class above.
47+
// We define a toy operation by inheriting from our base 'Toy_Op' class above.
4848
// Here we provide the mnemonic and a list of traits for the operation. The
4949
// constant operation is marked as 'NoSideEffect' as it is a pure operation
5050
// and may be removed if dead.

mlir/examples/toy/Ch7/include/toy/Ops.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def Toy_Type : AnyTypeOf<[F64Tensor, Toy_StructType]>;
5252
// Toy Operations
5353
//===----------------------------------------------------------------------===//
5454

55-
// We define a toy operation by inherting from our base 'Toy_Op' class above.
55+
// We define a toy operation by inheriting from our base 'Toy_Op' class above.
5656
// Here we provide the mnemonic and a list of traits for the operation. The
5757
// constant operation is marked as 'NoSideEffect' as it is a pure operation
5858
// and may be removed if dead.

0 commit comments

Comments
 (0)