aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/staging
diff options
context:
space:
mode:
authorVincenzo Mezzela <vincenzo.mezzela@gmail.com>2024-02-08 17:27:48 +0100
committerJonathan Corbet <corbet@lwn.net>2024-02-08 15:38:21 -0700
commit185633d6be0c8cfe18f1eb1c3555c4837cfb8b1c (patch)
treefe070b4c12544451e3ca3ab9eb5376164e0abd40 /Documentation/staging
parentf9197538d71a5d3ccd57451e048a0eb302bddc03 (diff)
downloadlinux-185633d6be0c8cfe18f1eb1c3555c4837cfb8b1c.tar.gz
docs: staging: fix typo in docs
Resolve a spelling error in the documentation found with codespell. Signed-off-by: Vincenzo Mezzela <vincenzo.mezzela@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20240208162748.111120-1-vincenzo.mezzela@gmail.com
Diffstat (limited to 'Documentation/staging')
-rw-r--r--Documentation/staging/rpmsg.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/staging/rpmsg.rst b/Documentation/staging/rpmsg.rst
index dba3e5f6561295..3713adaa1608f6 100644
--- a/Documentation/staging/rpmsg.rst
+++ b/Documentation/staging/rpmsg.rst
@@ -157,7 +157,7 @@ Returns 0 on success and an appropriate error value on failure.
int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst)
-sends a message across to the remote processor from a given endoint,
+sends a message across to the remote processor from a given endpoint,
to a destination address provided by the user.
The user should specify the channel, the data it wants to send,