From f31aac5a559fb777035be4ffec83f7962b33339d Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Wed, 11 Apr 2018 13:49:17 -0500 Subject: [PATCH] typo --- concurrency-mapreduce/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concurrency-mapreduce/README.md b/concurrency-mapreduce/README.md index 95d00e0..6aaa30a 100644 --- a/concurrency-mapreduce/README.md +++ b/concurrency-mapreduce/README.md @@ -19,7 +19,7 @@ implementation, and then build it work efficiently and correctly. There are three specific objectives to this assignment: -- To learn bout the general nature of the MapReduce paradigm. +- To learn about the general nature of the MapReduce paradigm. - To implement a correct and efficient MapReduce framework using threads and related functions. - To gain more experience writing concurrent code.