[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190628060111.24851-1-sheriffesseson@gmail.com>
Date: Fri, 28 Jun 2019 07:01:11 +0100
From: Sheriff Esseson <sheriffesseson@...il.com>
To: skhan@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org,
linux-kernel-mentees@...ts.linuxfoundation.org,
linux-doc@...r.kernel.org,
Sheriff Esseson <sheriffesseson@...il.com>
Subject: [PATCH] Doc : doc-guide : Fix a typo
fix the disjunction by replacing "of" with "or".
Signed-off-by: Sheriff Esseson <sheriffesseson@...il.com>
---
Documentation/doc-guide/kernel-doc.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst
index f96059767..192c36af3 100644
--- a/Documentation/doc-guide/kernel-doc.rst
+++ b/Documentation/doc-guide/kernel-doc.rst
@@ -359,7 +359,7 @@ Domain`_ references.
``monospaced font``.
Useful if you need to use special characters that would otherwise have some
- meaning either by kernel-doc script of by reStructuredText.
+ meaning either by kernel-doc script or by reStructuredText.
This is particularly useful if you need to use things like ``%ph`` inside
a function description.
--
2.22.0
Powered by blists - more mailing lists