Skip to content

Commit 2abdc88

Browse files
ajdlinuxJonathan Corbet
authored andcommitted
Documentation: core-api: entry: Fix typo "systcalls" -> "syscalls"
Fix a typo: "systcalls" should be "syscalls". Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Nicolas Saenz Julienne <nsaenzju@redhat.com> Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250715061529.56268-1-ajd@linux.ibm.com
1 parent 869cab3 commit 2abdc88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/core-api/entry.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ has to do extra work between the various steps. In such cases it has to
105105
ensure that enter_from_user_mode() is called first on entry and
106106
exit_to_user_mode() is called last on exit.
107107

108-
Do not nest syscalls. Nested systcalls will cause RCU and/or context tracking
108+
Do not nest syscalls. Nested syscalls will cause RCU and/or context tracking
109109
to print a warning.
110110

111111
KVM

0 commit comments

Comments
 (0)