diff --git a/v2/tools/gcc.jam b/v2/tools/gcc.jam index 65f3dfcd6..9653f48c7 100644 --- a/v2/tools/gcc.jam +++ b/v2/tools/gcc.jam @@ -103,7 +103,7 @@ if [ os.name ] != CYGWIN && [ os.name ] != NT # # Yet another alternative would be to create propagated # feature, and set it when building shared libraries, but that's hard - # to implement and will increate target path length even more. + # to implement and will increase target path length even more. flags gcc.compile OPTIONS shared : -fPIC ; } if [ os.name ] != NT