mirror of https://github.com/torvalds/linux.git
Documentation/rv: Fix minor typo in monitor_synthesis page
Specifically, fix spelling of "practice" Signed-off-by: Gopi Krishna Menon <krishnagopi487@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250810111249.93181-1-krishnagopi487@gmail.com
This commit is contained in:
parent
0e6bb68887
commit
70d476b63a
|
|
@ -181,7 +181,7 @@ which is the list of atomic propositions present in the LTL specification
|
|||
functions interacting with the Buchi automaton.
|
||||
|
||||
While generating code, `rvgen` cannot understand the meaning of the atomic
|
||||
propositions. Thus, that task is left for manual work. The recommended pratice
|
||||
propositions. Thus, that task is left for manual work. The recommended practice
|
||||
is adding tracepoints to places where the atomic propositions change; and in the
|
||||
tracepoints' handlers: the Buchi automaton is executed using::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue