summaryrefslogtreecommitdiffstats
path: root/src/ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssl.c')
-rw-r--r--src/ssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ssl.c b/src/ssl.c
index 7ff4ab5..b884eac 100644
--- a/src/ssl.c
+++ b/src/ssl.c
@@ -142,8 +142,8 @@ int sec_getslot(void)
return i;
}
-/*! \brief Accepts the ssl connection. Retrurns the negative fd. negative fd's are
- * choosen to differentiate between ssl and non-ssl connections. positive
+/*! \brief Accepts the ssl connection. Returns the negative fd. negative fd's are
+ * chosen to differentiate between ssl and non-ssl connections. Positive
* fd's are used for non-ssl connections and negative fd's are used for ssl
* connections. So we purposefully calculate and return negative fds.
* You can always get positive fd by calling get_real_fd(negative fd).