From abbb3e5b155bc3c75df58b98512f41eae3c933ed Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 30 Jun 2015 20:15:05 -0400 Subject: [PATCH] Fix a spelling error in a comment. --- cmake/configure/configure_1_threads.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5