From: Mark Wooding Date: Tue, 22 Aug 2017 23:08:54 +0000 (+0100) Subject: server/tripe.h: Fix commentary markup. X-Git-Tag: 1.5.0~94 X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/f11657770195dcd1114d629902033d3f79985c06 server/tripe.h: Fix commentary markup. --- diff --git a/server/tripe.h b/server/tripe.h index d07823b8..3402776f 100644 --- a/server/tripe.h +++ b/server/tripe.h @@ -202,7 +202,7 @@ typedef struct dhops { int (*ldpriv)(key_file */*kf*/, key */*k*/, key_data */*d*/, kdata */*kd*/, dstr */*t*/, dstr */*e*/); /* Load a private key from @d@, storing the data in @kd@. The key's - * file and key object are in @kf@ and @k, mostly in case its + * file and key object are in @kf@ and @k@, mostly in case its * attributes are interesting; the key tag is in @t@; errors are * reported by writing tokens to @e@ and returning nonzero. */ @@ -210,7 +210,7 @@ typedef struct dhops { int (*ldpub)(key_file */*kf*/, key */*k*/, key_data */*d*/, kdata */*kd*/, dstr */*t*/, dstr */*e*/); /* Load a public key from @d@, storing the data in @kd@. The key's - * file and key object are in @kf@ and @k, mostly in case its + * file and key object are in @kf@ and @k@, mostly in case its * attributes are interesting; the key tag is in @t@; errors are * reported by writing tokens to @e@ and returning nonzero. */