From 963f59bb0b347b3d0439ce2edeb318dfd358b227 Mon Sep 17 00:00:00 2001 From: Jacob Domagala Date: Thu, 3 Nov 2022 15:47:46 +0100 Subject: [PATCH] #2002: Context: Fix typo --- src/vt/context/runnable_context/td.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vt/context/runnable_context/td.h b/src/vt/context/runnable_context/td.h index 311884f91f..f3ee0f49f3 100644 --- a/src/vt/context/runnable_context/td.h +++ b/src/vt/context/runnable_context/td.h @@ -87,7 +87,7 @@ struct TD { /** * \brief During finish \c TD will pop all epochs off of the stack down to the - * size in captured in \c start() + * size it captured in \c start() */ void finish();