From 8d65b6546c1be88bdbb1c9d8c4a4dda06bf92a89 Mon Sep 17 00:00:00 2001 From: Nick Park Date: Thu, 17 Nov 2022 10:12:19 -0500 Subject: [PATCH] Fix typo in shmem_scan --- content/shmem_scan.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shmem_scan.tex b/content/shmem_scan.tex index 2170501f..618a51a0 100644 --- a/content/shmem_scan.tex +++ b/content/shmem_scan.tex @@ -51,7 +51,7 @@ The \VAR{nreduce} argument determines the number of separate scan operations to perform. The \source{} array on all \acp{PE} - participating in the opreation provides one element for each scan. + participating in the operation provides one element for each scan. The results of the scan operations are placed in the \dest{} array on all \acp{PE} participating in the scan.