From: David Wells Date: Wed, 1 Jul 2015 00:15:05 +0000 (-0400) Subject: Fix a spelling error in a comment. X-Git-Tag: v8.3.0-rc1~70^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abbb3e5b155bc3c75df58b98512f41eae3c933ed;p=dealii.git Fix a spelling error in a comment. --- diff --git a/cmake/configure/configure_1_threads.cmake b/cmake/configure/configure_1_threads.cmake index 7b99a068c0..afd8adb70a 100644 --- a/cmake/configure/configure_1_threads.cmake +++ b/cmake/configure/configure_1_threads.cmake @@ -152,7 +152,7 @@ MACRO(FEATURE_THREADS_CONFIGURE_EXTERNAL) # # Workaround for an issue with C++11 mode, non gcc-compilers and missing - # template std::ist_trivially_copyable + # template std::is_trivially_copyable # IF( DEAL_II_WITH_CXX11 AND NOT DEAL_II_HAVE_CXX11_IS_TRIVIALLY_COPYABLE AND @@ -191,7 +191,7 @@ MACRO(FEATURE_THREADS_CONFIGURE_BUNDLED) # # Workaround for an issue with C++11 mode, non gcc-compilers and missing - # template std::ist_trivially_copyable + # template std::is_trivially_copyable # IF( DEAL_II_WITH_CXX11 AND NOT DEAL_II_HAVE_CXX11_IS_TRIVIALLY_COPYABLE AND