summaryrefslogtreecommitdiffstats
path: root/hicn-light/src/io/hicnConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/io/hicnConnection.h')
-rwxr-xr-xhicn-light/src/io/hicnConnection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hicn-light/src/io/hicnConnection.h b/hicn-light/src/io/hicnConnection.h
index 757e534ba..930e2d470 100755
--- a/hicn-light/src/io/hicnConnection.h
+++ b/hicn-light/src/io/hicnConnection.h
@@ -15,7 +15,7 @@
/**
* @file hicnConnection.h
- * @brief Represents a HIcn connection for the connection table
+ * @brief Represents a Hicn connection for the connection table
*
* <#Detailed Description#>
*
@@ -30,7 +30,7 @@
#include <src/utils/address.h>
/**
- * Creates a HIcn connection that can send to the remote address
+ * Creates a Hicn connection that can send to the remote address
*
* The address pair must both be same type (i.e. INET or INET6).
*