From 7f1a9239abcc73aa4eca27d8d828f60f686e9dc1 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 15 May 2022 11:14:07 -0400 Subject: [PATCH] Commentary, fix typo (#3121) --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index 14236dae9..5c4e6c01b 100644 --- a/Changes +++ b/Changes @@ -14,7 +14,7 @@ Verilator 4.223 devel **Minor:** * Support compile time trace signal selection with tracing_on/off (#3323). [Shunyao CAD] -* Add assert when VerilatedContext is mis-deleted (#3121). [Ruptert Swarbrick] +* Add assert when VerilatedContext is mis-deleted (#3121). [Rupert Swarbrick] * Fix hang with large case statement optimization (#3405). [Mike Urbach] * Fix 'with' operator with type casting (#3387). [xiak95]