aboutsummaryrefslogtreecommitdiff
path: root/brep/module
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-12 16:52:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-12 16:52:43 +0200
commitb250ead8e7237813e9bbd91cb3a9382592bf4abc (patch)
treef3386f125b0c4f5fc9eae8d24f8ea25fc0b8c59e /brep/module
parent1b60fb26391e6645d18ddb8e42fb3d41de398a78 (diff)
<types>/<utility> scheme cleanup
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);