summaryrefslogtreecommitdiffstats
path: root/hicn-light/src/io/hicnListener.h
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/io/hicnListener.h')
-rwxr-xr-xhicn-light/src/io/hicnListener.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hicn-light/src/io/hicnListener.h b/hicn-light/src/io/hicnListener.h
index 98c5387c9..5897d33ad 100755
--- a/hicn-light/src/io/hicnListener.h
+++ b/hicn-light/src/io/hicnListener.h
@@ -15,7 +15,7 @@
/**
* @file hicnListener.h
- * @brief Listens for in coming HIcn connections
+ * @brief Listens for in coming Hicn connections
*
*
*/
@@ -29,7 +29,7 @@
#include <stdlib.h>
struct hicn_listener;
-typedef struct hicn_listener HIcnListener;
+typedef struct hicn_listener HicnListener;
ListenerOps *hicnListener_CreateInet(Forwarder *forwarder, char *symbolic,
Address *address);