Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation/rv: Fix typos

There are some typos in the documentation: 'a' -> 'at', missing 'to'.
Fix them.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241209130640.10954-1-algonell@gmail.com

authored by

Andrew Kreimer and committed by
Jonathan Corbet
09cbeb5b bbf5254a

+2 -2
+2 -2
Documentation/trace/rv/runtime-verification.rst
··· 8 8 systems. 9 9 10 10 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 12 12 system's actual execution, comparing it against a formal specification of 13 13 the system behavior. 14 14 15 15 The main advantage is that RV can give precise information on the runtime 16 16 behavior of the monitored system, without the pitfalls of developing models 17 17 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 19 19 *online* verification of a system, enabling the *reaction* for unexpected 20 20 events, avoiding, for example, the propagation of a failure on safety-critical 21 21 systems.