aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2017-05-08 11:52:39 +0000
committerJustus Winter <[email protected]>2017-05-08 12:33:09 +0000
commit692208fd6c1547cc7dd2062a1d1c9499bc0a8be4 (patch)
tree2c4f8dae137252d1f31bb2c19feee4d3069aed62
parenttests: Clarify comments. (diff)
downloadgnupg-692208fd6c1547cc7dd2062a1d1c9499bc0a8be4.tar.gz
gnupg-692208fd6c1547cc7dd2062a1d1c9499bc0a8be4.zip
gpg: Fix typo.
-- Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r--g10/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/packet.h b/g10/packet.h
index a10495c3f..d42510dfc 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -623,7 +623,7 @@ struct parse_packet_ctx_s
iobuf_t inp; /* The input stream with the packets. */
struct packet_struct last_pkt; /* The last parsed packet. */
int free_last_pkt; /* Indicates that LAST_PKT must be freed. */
- int skip_meta; /* Skip right trust packets. */
+ int skip_meta; /* Skip ring trust packets. */
};
typedef struct parse_packet_ctx_s *parse_packet_ctx_t;