diff --git a/include/verilated_trace_imp.cpp b/include/verilated_trace_imp.cpp index ba8e43110..84225ed98 100644 --- a/include/verilated_trace_imp.cpp +++ b/include/verilated_trace_imp.cpp @@ -267,7 +267,7 @@ template <> void VerilatedTrace::flushBase() { // Callbacks to run on global events template <> void VerilatedTrace::onFlush(void* selfp) { - // This calls 'flush' on the derived classo (which must then get any mutex) + // This calls 'flush' on the derived class (which must then get any mutex) reinterpret_cast(selfp)->flush(); }