aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-04-14 12:46:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-04-14 12:46:32 +0200
commit8537e2275ac875affe8411cfacbb0fa98259cba1 (patch)
tree06801f984c58f7e308ab042c0127d04b1d7820f3
parent841521ea239920d01edbabfb65e5e8c827199e3c (diff)
Fix typo
-rw-r--r--bdep/new.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index b2648d4..f88f285 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -435,7 +435,7 @@ namespace bdep
<< "// inline functions, and classes with only inline member functions. Exporting" << endl
<< "// classes that inherit from non-exported/imported bases (e.g., std::string)" << endl
<< "// will end up badly. The only known workarounds are to not inherit or to not" << endl
- << "// export. Also, MinGW GCC doesn't like seeing non-exported function being" << endl
+ << "// export. Also, MinGW GCC doesn't like seeing non-exported functions being" << endl
<< "// used before their inline definition. The workaround is to reorder code. In" << endl
<< "// the end it's all trial and error." << endl
<< endl;