diff options
author | Andrew Waterman <andrew@sifive.com> | 2023-10-24 11:47:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 11:47:30 -0700 |
commit | eeef09ebb894c3bb7e42b7b47aae98792b8eef79 (patch) | |
tree | 338ab40852548143d62547e36893f001a94b3af6 | |
parent | f6104dd6ca5adbe20a5b9de12abbc988a853dd0c (diff) | |
parent | 434138e109107d8eb3144a409ac7cb29c2f7048a (diff) | |
download | riscv-isa-sim-eeef09ebb894c3bb7e42b7b47aae98792b8eef79.zip riscv-isa-sim-eeef09ebb894c3bb7e42b7b47aae98792b8eef79.tar.gz riscv-isa-sim-eeef09ebb894c3bb7e42b7b47aae98792b8eef79.tar.bz2 |
Merge pull request #1489 from nibrunieAtSi5/patch-1
Fixing minor typo in comment Gallois -> Galois
-rw-r--r-- | riscv/zvk_ext_macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/zvk_ext_macros.h b/riscv/zvk_ext_macros.h index bf893f9..75aa56a 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 { \ |