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

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

authored by

Gopi Krishna Menon and committed by
Jonathan Corbet
70d476b6 0e6bb688

+1 -1
+1 -1
Documentation/trace/rv/monitor_synthesis.rst
··· 181 181 functions interacting with the Buchi automaton. 182 182 183 183 While generating code, `rvgen` cannot understand the meaning of the atomic 184 - propositions. Thus, that task is left for manual work. The recommended pratice 184 + propositions. Thus, that task is left for manual work. The recommended practice 185 185 is adding tracepoints to places where the atomic propositions change; and in the 186 186 tracepoints' handlers: the Buchi automaton is executed using:: 187 187