linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: core-api: Fixed Typo error
@ 2024-07-31 18:49 Karan Sanghavi
  2024-08-07 18:56 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Karan Sanghavi @ 2024-07-31 18:49 UTC (permalink / raw)
  To: Jonathan Corbet, Karan Sanghavi, linux-doc, linux-kernel; +Cc: Karan Sanghavi

Corrected the typographical of the word "instrumentation"
in the below mentioned sentence.

Signed-off-by: Karan Sanghavi <karansanghvi98@gmail.com>
---
 Documentation/core-api/entry.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/core-api/entry.rst b/Documentation/core-api/entry.rst
index e12f22ab3..a15f9b176 100644
--- a/Documentation/core-api/entry.rst
+++ b/Documentation/core-api/entry.rst
@@ -18,7 +18,7 @@ exceptions`_, `NMI and NMI-like exceptions`_.
 Non-instrumentable code - noinstr
 ---------------------------------
 
-Most instrumentation facilities depend on RCU, so intrumentation is prohibited
+Most instrumentation facilities depend on RCU, so instrumentation is prohibited
 for entry code before RCU starts watching and exit code after RCU stops
 watching. In addition, many architectures must save and restore register state,
 which means that (for example) a breakpoint in the breakpoint entry code would
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-07 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31 18:49 [PATCH] Documentation: core-api: Fixed Typo error Karan Sanghavi
2024-08-07 18:56 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).