From f11657770195dcd1114d629902033d3f79985c06 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 23 Aug 2017 00:08:54 +0100 Subject: [PATCH] server/tripe.h: Fix commentary markup. --- server/tripe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.11.0