aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-01-27 09:28:27 +0000
committerOmar Polo <op@omarpolo.com>2022-01-27 09:28:27 +0000
commitb9b77f5344ba6d6116044360feb3a7927778169f (patch)
treea9284ca4299bba485c07c5ecd3646def7c184ab6 /server.c
parentb3602923d04e7f1e2c909a776ec207b0e4fd8de8 (diff)
fix comment
Diffstat (limited to 'server.c')
-rw-r--r--server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.c b/server.c
index 2f5912c..ca1d211 100644
--- a/server.c
+++ b/server.c
@@ -1259,7 +1259,7 @@ client_close(struct client *c)
/*
* We may end up calling client_close in various situations
* and for the most unexpected reasons. Therefore, we need to
- * ensure that everything is properly released once we reach
+ * ensure that everything gets properly released once we reach
* this point.
*/