On Fri, Jun 28, 2019 at 07:33:42AM +0100, Sheriff Esseson wrote: > fix the disjunction by replacing "of" with "or". > > Signed-off-by: Sheriff Esseson <sheriffesseson@xxxxxxxxx> > --- > > changes in v2: > - cc-ed Corbet. > > 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 > make respose inline.