diff --git a/docs/CONTRIBUTORS b/docs/CONTRIBUTORS index fcb93319a..8c6aeba55 100644 --- a/docs/CONTRIBUTORS +++ b/docs/CONTRIBUTORS @@ -7,6 +7,7 @@ Adam Bagley Adrian Sampson Adrien Le Masle Ahmed El-Mahmoudy +Aidan McNay Aleksander Kiryk Alex Chadwick Alex Solomatnikov diff --git a/verilator-config-version.cmake.in b/verilator-config-version.cmake.in index 5ce5987b9..92160d8fc 100644 --- a/verilator-config-version.cmake.in +++ b/verilator-config-version.cmake.in @@ -5,7 +5,7 @@ # This allows specifying a minimum Verilator version. # Include it in your CMakeLists.txt using: # -# find_package(verilate 4.0) +# find_package(verilator 4.0) # # Copyright 2003-2024 by Wilson Snyder. This program is free software; you # can redistribute it and/or modify it under the terms of either the GNU diff --git a/verilator-config.cmake.in b/verilator-config.cmake.in index f11a0309c..3c00e1d86 100644 --- a/verilator-config.cmake.in +++ b/verilator-config.cmake.in @@ -4,7 +4,7 @@ # # Include it in your CMakeLists.txt using: # -# find_package(verilate) +# find_package(verilator) # # This script adds a verilate function. #