Skip to content

Commit 09cbeb5

Browse files
algonellJonathan Corbet
authored andcommitted
Documentation/rv: Fix typos
There are some typos in the documentation: 'a' -> 'at', missing 'to'. Fix them. Signed-off-by: Andrew Kreimer <[email protected]> Acked-by: Steven Rostedt (Google) <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent bbf5254 commit 09cbeb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/trace/rv/runtime-verification.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ checking* and *theorem proving*) with a more practical approach for complex
88
systems.
99

1010
Instead of relying on a fine-grained model of a system (e.g., a
11-
re-implementation a instruction level), RV works by analyzing the trace of the
11+
re-implementation at instruction level), RV works by analyzing the trace of the
1212
system's actual execution, comparing it against a formal specification of
1313
the system behavior.
1414

1515
The main advantage is that RV can give precise information on the runtime
1616
behavior of the monitored system, without the pitfalls of developing models
1717
that require a re-implementation of the entire system in a modeling language.
18-
Moreover, given an efficient monitoring method, it is possible execute an
18+
Moreover, given an efficient monitoring method, it is possible to execute an
1919
*online* verification of a system, enabling the *reaction* for unexpected
2020
events, avoiding, for example, the propagation of a failure on safety-critical
2121
systems.

0 commit comments

Comments
 (0)