From 4c516d924d699c8d9312df83c8e2b9ba10c312c2 Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 13 Jul 2017 08:03:30 +0000 Subject: [PATCH] .tutorial git-svn-id: svn://ultimatepp.org/upp/trunk@11231 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- tutorial/CoreTutorial/CoPartition.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/CoreTutorial/CoPartition.cpp b/tutorial/CoreTutorial/CoPartition.cpp index 7071ba24d..16bfd9b93 100644 --- a/tutorial/CoreTutorial/CoPartition.cpp +++ b/tutorial/CoreTutorial/CoPartition.cpp @@ -21,7 +21,7 @@ void CoPartitionTutorial() DUMP(sum); /// Above code computes the sum of all elements in the `Vector`, using CoWorker job for - /// each element. While producing the correct reason, it is likely to run much slower than + /// each element. While producing the correct result, it is likely to run much slower than /// single-threaded version. /// The solution to the problem is to split the array into small number of larger subranges