From b9da6364d5c9c7b546dc8ddd961707197cee4b2d Mon Sep 17 00:00:00 2001
From: Matt Strapp <strap012@umn.edu>
Date: Mon, 2 Nov 2020 08:15:01 -0600
Subject: add ??

---
 P2/lib/utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/P2/lib/utils.c b/P2/lib/utils.c
index c30f7e3..6f8dcc8 100644
--- a/P2/lib/utils.c
+++ b/P2/lib/utils.c
@@ -46,7 +46,7 @@ void sendChunkData(char *inputFile, int nMappers) {
 			Maybe copy message.msgText into a new array, do the
 			backwards iteration, and then replace message.msgText
 			with the temp array? Or something?       */
-			//fseek()
+			//fseek()??
 			
 		// TODO! help 
 
-- 
cgit v1.2.3