From: Daniel Arndt Date: Mon, 19 Dec 2022 16:28:01 +0000 (-0500) Subject: Fix typo X-Git-Tag: v9.5.0-rc1~722^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14510%2Fhead;p=dealii.git Fix typo Co-authored-by: Timo Heister --- diff --git a/include/deal.II/base/memory_space.h b/include/deal.II/base/memory_space.h index a6df370869..2a42940dee 100644 --- a/include/deal.II/base/memory_space.h +++ b/include/deal.II/base/memory_space.h @@ -38,10 +38,10 @@ namespace MemorySpace }; /** - * Structure describing the default memory space. If Kokkos was configure with - * a GPU backend, the default memory space is the one corresponding to that - * backend. Otherwise, the default memory space is the the same as the Host - * memory space. + * Structure describing the default memory space. If Kokkos was configured + * with a GPU backend, the default memory space is the one corresponding to + * that backend. Otherwise, the default memory space is the the same as the + * Host memory space. */ struct Default {