aboutsummaryrefslogtreecommitdiff
path: root/gmid.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-08-28 21:39:59 +0000
committerOmar Polo <op@omarpolo.com>2023-08-28 21:39:59 +0000
commit6be41efe33421ba5d24cdb5837a3c0d1cb70a471 (patch)
tree59c56add7a748288f4d0d137812efaf1825f62e8 /gmid.c
parenta6c8b8051eccbdcbaa219bf0afc97519a7d0d1a5 (diff)
tweak log_request() comment
gg -> gemexp and better wording.
Diffstat (limited to 'gmid.c')
-rw-r--r--gmid.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gmid.c b/gmid.c
index d97a6da..4cc508d 100644
--- a/gmid.c
+++ b/gmid.c
@@ -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)
{