From 61473d67bab6cd86c51eb25b88ca43db0517315d Mon Sep 17 00:00:00 2001 From: Tim Fuller Date: Thu, 11 Jan 2024 22:11:06 -0700 Subject: [PATCH] change another instance of LIMT -> LIMIT --- packages/tpetra/core/src/Tpetra_Details_ExecutionSpaces.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tpetra/core/src/Tpetra_Details_ExecutionSpaces.hpp b/packages/tpetra/core/src/Tpetra_Details_ExecutionSpaces.hpp index 6ea51cf20fac..64fb47f6fa81 100644 --- a/packages/tpetra/core/src/Tpetra_Details_ExecutionSpaces.hpp +++ b/packages/tpetra/core/src/Tpetra_Details_ExecutionSpaces.hpp @@ -231,7 +231,7 @@ template class InstanceLifetimeManager { TPETRA_DETAILS_SPACES_THROW( "requested instance id " << i << " (>= " << Tpetra::Details::Behavior::spacesIdWarnLimit() - << ") set by TPETRA_SPACES_ID_WARN_LIMT"); + << ") set by TPETRA_SPACES_ID_WARN_LIMIT"); } // make sure we can store an exec space at index i for priority