From 9f412740d41c265ff55b44298d475e7bddf27fb2 Mon Sep 17 00:00:00 2001 From: Matthew Shepherd Date: Thu, 9 Jul 2026 09:49:17 -0400 Subject: [PATCH] spelling correcition in comment --- AmpTools/IUAmpTools/AmplitudeManager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AmpTools/IUAmpTools/AmplitudeManager.cc b/AmpTools/IUAmpTools/AmplitudeManager.cc index 23fd7ba..83c0fc7 100644 --- a/AmpTools/IUAmpTools/AmplitudeManager.cc +++ b/AmpTools/IUAmpTools/AmplitudeManager.cc @@ -848,7 +848,7 @@ SCOREP_USER_REGION_BEGIN( calcIntegralsA, "calcIntegralsA", SCOREP_USER_REGION_T unsigned int startEvent = iChunk * chunkSize; unsigned int nEvents = a.m_iNEvents; - // for chuncked calculation: + // for chunked calculation: // the number of events to process is the chunk size unless // it is the last chunk then it is the remainder if( chunkSize != 0 ){