Commentary: Fix spelling mistakes (#4080)

Co-authored-by: Robert Balas <bluewww@users.noreply.github.com>
This commit is contained in:
Robert Balas 2023-04-02 02:45:28 +02:00 committed by GitHub
parent 86156dd05b
commit fc5a5ea53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,7 @@ AC_MSG_CHECKING(whether to use -m32)
AC_ARG_ENABLE([m32],
[AS_HELP_STRING([--enable-m32],
[Use -m32 for all compilation and link,
including Verialtor and generated models.])],
including Verilator and generated models.])],
[case "${enableval}" in
yes) CFG_ENABLE_M32=yes ;;
no) CFG_ENABLE_M32=no ;;

View File

@ -121,6 +121,7 @@ Qingyao Sun
Rafal Kapuscik
Raynard Qiao
Richard Myers
Robert Balas
Rupert Swarbrick
Ryszard Rozak
Samuel Riedel