summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/ppreprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/plib/ppreprocessor.h')
-rw-r--r--src/lib/netlist/plib/ppreprocessor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/netlist/plib/ppreprocessor.h b/src/lib/netlist/plib/ppreprocessor.h
index 8fd8db1ac44..1e21e72a5b0 100644
--- a/src/lib/netlist/plib/ppreprocessor.h
+++ b/src/lib/netlist/plib/ppreprocessor.h
@@ -52,8 +52,8 @@ namespace plib {
///
/// \param filename a filename or identifier identifying the stream.
///
- /// FIXME: this is sub-optimal. Refactor input_context into pinput_context
- /// and pass this to ppreprocessor.
+ /// FIXME: this is sub-optimal. Refactor input_context into `pinput`_context
+ /// and pass this to `ppreprocessor`.
///
template <typename T>
pstring process(T &&istrm, const pstring &filename)