From 8537e2275ac875affe8411cfacbb0fa98259cba1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 14 Apr 2018 12:46:32 +0200 Subject: Fix typo --- bdep/new.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.1