spelling: generic

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:46:28 -05:00
parent adb0257e93
commit 5351cd6f1c

View file

@ -30,7 +30,7 @@ test's `clar()` build rule.
files `#include`'ing these files always fail to compile unless files `#include`'ing these files always fail to compile unless
overridden? overridden?
- Is using `#ifdef __ARM__` conditional compilation to replace - 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? adding test-harness code to the source tree?
If the answer to any of the above questions is "no", then adding an If the answer to any of the above questions is "no", then adding an