Skip to content

Commit

Permalink
Merge pull request #1489 from nibrunieAtSi5/patch-1
Browse files Browse the repository at this point in the history
Fixing minor typo in comment Gallois -> Galois
  • Loading branch information
aswaterman authored Oct 24, 2023
2 parents f6104dd + 434138e commit eeef09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv/zvk_ext_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 { \
Expand Down

0 comments on commit eeef09e

Please sign in to comment.