diff options
Diffstat (limited to 'mod/module.hxx')
-rw-r--r-- | mod/module.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/module.hxx b/mod/module.hxx index 6423e6d..f3e062e 100644 --- a/mod/module.hxx +++ b/mod/module.hxx @@ -194,7 +194,7 @@ namespace brep log* log_ {nullptr}; // Diagnostics backend provided by the web server. private: - // Extract function name from a __PRETTY_FUNCTION__. + // Extract the full-qualified function name from a __PRETTY_FUNCTION__. // Throw invalid_argument if fail to parse. // static string |