aboutsummaryrefslogtreecommitdiffstats
path: root/P2
diff options
context:
space:
mode:
Diffstat (limited to 'P2')
-rw-r--r--P2/lib/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c
index f485b11..cef81b1 100644
--- a/P2/lib/utils.c
+++ b/P2/lib/utils.c
@@ -45,7 +45,7 @@ void sendChunkData(char *inputFile, int nMappers) {
else cut off before that word and put back file */
// TODO! help
message.msgType = map++;
- //THIS IS DEBUG, NOT ACTUALLY FUNCTIONAL
+ //THIS IS DEBUG, NOT ACTUALLY FUNCTIONAL (like at all)
msgsnd(msgid, &message, map, 0);
if (map > nMappers)
map = 1;