mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 02:38:15 +02:00
docs: Fix spelling
This commit is contained in:
@@ -74,7 +74,7 @@ struct V3OptionParser::Impl {
|
||||
#define V3OPTION_PARSER_DEF_ACT_CLASS(className, type, body, enType) \
|
||||
template <> \
|
||||
class V3OptionParser::Impl::className<type> final : public ActionBase<enType> { \
|
||||
type* const m_valp; /* Pointer to a option variable*/ \
|
||||
type* const m_valp; /* Pointer to an option variable*/ \
|
||||
\
|
||||
public: \
|
||||
explicit className(type* valp) \
|
||||
|
||||
Reference in New Issue
Block a user