aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--P1/src/reducer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/P1/src/reducer.c b/P1/src/reducer.c
index 4d501dd..8656629 100644
--- a/P1/src/reducer.c
+++ b/P1/src/reducer.c
@@ -1,6 +1,6 @@
#include "reducer.h"
-fianlKeyValueDS DS;
+finalKeyValueDS DS;
// create a key value node
finalKeyValueDS *createFinalKeyValueNode(char *word, int count){