aboutsummaryrefslogtreecommitdiff
path: root/brep/module
diff options
context:
space:
mode:
Diffstat (limited to 'brep/module')
-rw-r--r--brep/module2
1 files changed, 1 insertions, 1 deletions
diff --git a/brep/module b/brep/module
index f27eae0..f0479ef 100644
--- a/brep/module
+++ b/brep/module
@@ -183,7 +183,7 @@ namespace brep
private:
// Extract function name from a __PRETTY_FUNCTION__.
- // Throw std::invalid_argument if fail to parse.
+ // Throw invalid_argument if fail to parse.
//
static string
func_name (const char* pretty_name);