diff options
author | 2022-05-22 19:05:22 +0200 | |
---|---|---|
committer | 2022-05-23 03:05:22 +1000 | |
commit | 034e0d2c87a16e90783f742f39850dc7d85def1f (patch) | |
tree | dfb9ed88064a3a21d5a02672de239290275ff45f /src/lib/netlist/tests/test_precommit.cpp | |
parent | ceafeebd499737b29b0812923c676638d9f795ef (diff) |
netlist: Address comments from PR #9794, partially fix issue #9801 (#9805)
- added cstddef to includes in ppmf.h
- more explicit comments in ppmf.h
- Fixed more typos and improved readiability
Diffstat (limited to 'src/lib/netlist/tests/test_precommit.cpp')
-rw-r--r-- | src/lib/netlist/tests/test_precommit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/tests/test_precommit.cpp b/src/lib/netlist/tests/test_precommit.cpp index b0f1dfa98eb..7f710dfb668 100644 --- a/src/lib/netlist/tests/test_precommit.cpp +++ b/src/lib/netlist/tests/test_precommit.cpp @@ -4,7 +4,7 @@ /// /// \file test_pmfp.cpp /// -/// tests for plib::pmfp +/// tests for `plib::pmfp` /// #include "plib/pconfig.h" |