From 47ebaa4103868c8ce3fa0c4cf2ffb5f2ef0abe0d Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 19 Dec 2022 11:28:01 -0500 Subject: [PATCH] Fix typo Co-authored-by: Timo Heister --- include/deal.II/base/memory_space.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 { -- 2.39.5