Fixing typo in documentation.

PiperOrigin-RevId: 268877189
This commit is contained in:
MLIR Team 2019-09-13 04:07:33 -07:00 committed by A. Unique TensorFlower
parent 1854c64c7c
commit 6cce275301
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ defined above, let's see some examples:
```c++
/// An interesting analysis.
struct MyAnalysis {
struct MyFunctionAnalysis {
// Compute this analysis with the provided operation.
MyFunctionAnalysis(Operation *op);
};