aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2020-10-27 11:48:53 -0700
committerShuah Khan <[email protected]>2020-11-10 13:36:36 -0700
commitf7766424cf15fd6e03e8230fb17d5612c5b76dbe (patch)
tree26ea167aa1c94d4de9b1dbe980f46968429233ec
parent128dc4bcc8c0c7c3bab4a3818a1ec608cccb017a (diff)
KUnit: Docs: fix a wording typo
Fix a wording typo (keyboard glitch). Signed-off-by: Randy Dunlap <[email protected]> Cc: David Gow <[email protected]> Cc: [email protected] Cc: [email protected] Cc: Shuah Khan <[email protected]> Cc: Shuah Khan <[email protected]> Cc: Brendan Higgins <[email protected]> Reviewed-by: David Gow <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
-rw-r--r--Documentation/dev-tools/kunit/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/kunit/faq.rst b/Documentation/dev-tools/kunit/faq.rst
index 1628862e7024..8d5029ad210a 100644
--- a/Documentation/dev-tools/kunit/faq.rst
+++ b/Documentation/dev-tools/kunit/faq.rst
@@ -90,7 +90,7 @@ things to try.
re-run kunit_tool.
5. Try to run ``make ARCH=um defconfig`` before running ``kunit.py run``. This
may help clean up any residual config items which could be causing problems.
-6. Finally, try running KUnit outside UML. KUnit and KUnit tests can run be
+6. Finally, try running KUnit outside UML. KUnit and KUnit tests can be
built into any kernel, or can be built as a module and loaded at runtime.
Doing so should allow you to determine if UML is causing the issue you're
seeing. When tests are built-in, they will execute when the kernel boots, and