summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2021-06-08 08:50:50 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-06-11 14:24:44 +0200
commit2a66f94f3e114696ee9bdbcf171cc0c3f7f9311c (patch)
tree7c178a07f5bf43adc4f5f6e98cc0448724cd1f9d
parent1f869e97196fc76065a316a7b13a08482a0c9a37 (diff)
downloadptxdist-2a66f94f3e114696ee9bdbcf171cc0c3f7f9311c.tar.gz
ptxdist-2a66f94f3e114696ee9bdbcf171cc0c3f7f9311c.tar.xz
doc: Fix a typo
Found with `codespell -i 3 -w doc/*.rst` Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20210608065050.41038-3-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--doc/dev_add_new_pkgs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev_add_new_pkgs.rst b/doc/dev_add_new_pkgs.rst
index 4ae2765c2..0dbc7a266 100644
--- a/doc/dev_add_new_pkgs.rst
+++ b/doc/dev_add_new_pkgs.rst
@@ -960,7 +960,7 @@ In our example there is a hidden dependency to the math library
``libm``. Our new package was built successfully, because the linker was
able to link our binaries against the ``libm`` from the toolchain. But
in this case the ``libm`` must also be available in the target’s root
-filesystem to fulfil the run-time dependency: We have to force PTXdist to
+filesystem to fulfill the run-time dependency: We have to force PTXdist to
install ``libm``. ``libm`` is part of the *glibc* package, but is not
installed by default (to keep the root filesystem small). So, it **does
not** help to select the ``GLIBC`` symbol, to get a ``libm`` at run-time.