diff mbox series

[2/2] ref-manual: classes.rst: fix typo

Message ID 20230328104853.1897266-2-u.oelmann@pengutronix.de
State New
Headers show
Series [1/2] kernel-dev: fix typos | expand

Commit Message

Ulrich Ölmann March 28, 2023, 10:48 a.m. UTC
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 documentation/ref-manual/classes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Opdenacker March 28, 2023, 5:26 p.m. UTC | #1
Hi Ulrich

Many thanks for these fixes!

On 28.03.23 at 12:48, Ulrich Ölmann wrote:
> Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
> ---
>   documentation/ref-manual/classes.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

For both patches:
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
... and merged into "master-next".

Thanks again
Cheers
Michael.
diff mbox series

Patch

diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index e8dec31b0078..f8172e6b2904 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -137,7 +137,7 @@  The :ref:`ref-classes-base` class is special in that every ``.bb`` file implicit
 inherits the class. This class contains definitions for standard basic
 tasks such as fetching, unpacking, configuring (empty by default),
 compiling (runs any ``Makefile`` present), installing (empty by default)
-and packaging (empty by default). These classes are often overridden or
+and packaging (empty by default). These tasks are often overridden or
 extended by other classes such as the :ref:`ref-classes-autotools` class or the
 :ref:`ref-classes-package` class.