From: bangerth Date: Tue, 6 Apr 2010 14:54:38 +0000 (+0000) Subject: Fix another (documentation) typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14ff091d71600af16c8aef5e8055053bc3347c47;p=dealii-svn.git Fix another (documentation) typo. git-svn-id: https://svn.dealii.org/trunk@20951 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/boost_threads.cc b/deal.II/base/source/boost_threads.cc index 6c50ddf582..743efe4323 100644 --- a/deal.II/base/source/boost_threads.cc +++ b/deal.II/base/source/boost_threads.cc @@ -15,7 +15,7 @@ #if (DEAL_II_USE_MT == 1) && !defined(DEAL_II_CAN_USE_CXX1X) -// of the C++ compiler doesn't completely support the C++1x standard (and +// if the C++ compiler doesn't completely support the C++1x standard (and // consequently we can't use std::thread, std::mutex, etc), then include all // the files that form BOOST's thread implementation so that we don't have to // build BOOST itself only to get at this small part of it. it also ensures