diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-28 21:39:59 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-28 21:39:59 +0000 |
commit | 6be41efe33421ba5d24cdb5837a3c0d1cb70a471 (patch) | |
tree | 59c56add7a748288f4d0d137812efaf1825f62e8 /gmid.c | |
parent | a6c8b8051eccbdcbaa219bf0afc97519a7d0d1a5 (diff) |
tweak log_request() comment
gg -> gemexp and better wording.
Diffstat (limited to 'gmid.c')
-rw-r--r-- | gmid.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -80,7 +80,10 @@ usage(void) getprogname()); } -/* used by the server process, defined here so gg can provide its own impl. */ +/* + * Used by the server process, defined here so gemexp can provide + * its own implementation. + */ void log_request(struct client *c, int code, const char *meta) { |