From 7d807a7e0ece211e31f0f5813189f9d35347d17e Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 28 Nov 2022 19:58:08 -0500 Subject: [PATCH] Commentary --- include/verilatedos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/verilatedos.h b/include/verilatedos.h index 5d6f220a5..5fed91b1b 100644 --- a/include/verilatedos.h +++ b/include/verilatedos.h @@ -111,7 +111,7 @@ # define VL_ATTR_WEAK ///< Attribute that function external that is optionally defined #endif #ifndef VL_CAPABILITY -# define VL_ACQUIRE(...) ///< Function requires a capability/lock (-fthread-safety) +# define VL_ACQUIRE(...) ///< Function aquires a capability/lock (-fthread-safety) # define VL_ACQUIRE_SHARED(...) ///< Function aquires a shared capability/lock (-fthread-safety) # define VL_RELEASE(...) ///< Function releases a capability/lock (-fthread-safety) # define VL_RELEASE_SHARED(...) ///< Function releases a shared capability/lock (-fthread-safety)