From 5351cd6f1c2d4da571491430a02e8029709cee7f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:46:28 -0500 Subject: [PATCH] spelling: generic Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/overrides/default/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/overrides/default/README.md b/tests/overrides/default/README.md index 8b3b6417..bd67c947 100644 --- a/tests/overrides/default/README.md +++ b/tests/overrides/default/README.md @@ -30,7 +30,7 @@ test's `clar()` build rule. files `#include`'ing these files always fail to compile unless overridden? - Is using `#ifdef __ARM__` conditional compilation to replace - ARM-specific code with a gneric version insufficient? Would it require + ARM-specific code with a generic version insufficient? Would it require adding test-harness code to the source tree? If the answer to any of the above questions is "no", then adding an