diff --git a/riscv/zvk_ext_macros.h b/riscv/zvk_ext_macros.h index bf893f9f12..75aa56aed7 100644 --- a/riscv/zvk_ext_macros.h +++ b/riscv/zvk_ext_macros.h @@ -29,7 +29,7 @@ require_extension(EXT_ZVBC); \ } while (0) -// Ensures that the ZVKG extension (vector Gallois Field Multiplication) +// Ensures that the ZVKG extension (vector Galois Field Multiplication) // is present, and the vector unit is enabled and in a valid state. #define require_zvkg \ do { \