From e3c992a92ff3b910727890a55d8d1a7e689f5249 Mon Sep 17 00:00:00 2001
From: marshmellow42 <marshmellowrf@gmail.com>
Date: Sat, 5 Mar 2016 23:46:34 -0500
Subject: [PATCH 1/1] fix comment typo error

---
 client/util.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/util.h b/client/util.h
index dc5dcfa0..fd48a26f 100644
--- a/client/util.h
+++ b/client/util.h
@@ -9,7 +9,7 @@
 //-----------------------------------------------------------------------------
 
 #include <stdio.h>
-#include <stdint.h>  included in data.h
+#include <stdint.h>  //included in data.h
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
-- 
2.39.5