diff options
author | Omar Polo <op@omarpolo.com> | 2022-01-27 09:28:27 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-01-27 09:28:27 +0000 |
commit | b9b77f5344ba6d6116044360feb3a7927778169f (patch) | |
tree | a9284ca4299bba485c07c5ecd3646def7c184ab6 /server.c | |
parent | b3602923d04e7f1e2c909a776ec207b0e4fd8de8 (diff) |
fix comment
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |