summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaimoor Zaeem <taimoorzaeem@gmail.com>2025-09-14 16:31:56 +0500
committerJonathan Corbet <corbet@lwn.net>2025-09-16 09:55:54 -0600
commit5089ec0bb1bc80a87cfbc2a90e047161adfcb630 (patch)
tree10e7ffa3cb9a5651e0cdd88f7d55f9261b94878d
parent00d95fcc4dee66dfb6980de6f2973b32f973a1eb (diff)
Documentation: staging: fix spelling error in remoteproc.rst
Fix typo 'implementors' to 'implementers' in remote processor framework documentation. Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <CANQcFN1s_iM8p5tYNz3Q_WyZki6Aw9_3HyoKwyoCVA9JeqG0eA@mail.gmail.com>
-rw-r--r--Documentation/staging/remoteproc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/staging/remoteproc.rst b/Documentation/staging/remoteproc.rst
index 348ee7e508ac..5c226fa076d6 100644
--- a/Documentation/staging/remoteproc.rst
+++ b/Documentation/staging/remoteproc.rst
@@ -104,7 +104,7 @@ Typical usage
rproc_shutdown(my_rproc);
}
-API for implementors
+API for implementers
====================
::