docs/manual: fix typo

Fix significant -> significantly.

Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit b088e5dbe4)
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
Luca Ceresoli
2026-08-21 22:30:37 +02:00
committed by Titouan Christophe
parent b1b2c3f00a
commit d16f8597fe

View File

@@ -664,7 +664,7 @@ Creating a basic test case involves:
advantage of using +infra.basetest.BASIC_TOOLCHAIN_CONFIG+ is that a
matching Linux kernel image is provided, which allows to boot the
resulting image in Qemu without having to build a Linux kernel image
as part of the test case, therefore significant decreasing the build
as part of the test case, therefore significantly decreasing the build
time required for the test case.
* Implementing a +def test_run(self):+ function to implement the