forked from OSchip/llvm-project
Fixing typo in documentation.
PiperOrigin-RevId: 268877189
This commit is contained in:
parent
1854c64c7c
commit
6cce275301
|
@ -141,7 +141,7 @@ defined above, let's see some examples:
|
||||||
|
|
||||||
```c++
|
```c++
|
||||||
/// An interesting analysis.
|
/// An interesting analysis.
|
||||||
struct MyAnalysis {
|
struct MyFunctionAnalysis {
|
||||||
// Compute this analysis with the provided operation.
|
// Compute this analysis with the provided operation.
|
||||||
MyFunctionAnalysis(Operation *op);
|
MyFunctionAnalysis(Operation *op);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue