From: Wolfgang Bangerth Date: Tue, 6 Apr 2010 14:54:38 +0000 (+0000) Subject: Fix another (documentation) typo. X-Git-Tag: v8.0.0~6229 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75123bd710b4c04ee316413720e2e19b28e6682a;p=dealii.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