aboutsummaryrefslogtreecommitdiffstats
path: root/g10/build-packet.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2017-07-20 12:49:07 +0000
committerWerner Koch <[email protected]>2017-07-20 16:13:40 +0000
commit33ecb541fcc2e8030989384b5e8c55aeccd21128 (patch)
tree9ea954297e23a90767a3d6c828ff8449ee0e9940 /g10/build-packet.c
parentgpg: Make function mk_datestr public. (diff)
downloadgnupg-33ecb541fcc2e8030989384b5e8c55aeccd21128.tar.gz
gnupg-33ecb541fcc2e8030989384b5e8c55aeccd21128.zip
doc: Comment fixes and one trailing comma fix.
--
Diffstat (limited to '')
-rw-r--r--g10/build-packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/build-packet.c b/g10/build-packet.c
index 6d00fc5c1..d4a1d6a53 100644
--- a/g10/build-packet.c
+++ b/g10/build-packet.c
@@ -182,8 +182,8 @@ build_packet (IOBUF out, PACKET *pkt)
/* Build a packet and write it to the stream OUT. This variant also
- * writes the meta data using ring tyrust packets. Returns: 0 on
- * success or on aerror code. */
+ * writes the meta data using ring trust packets. Returns: 0 on
+ * success or on error code. */
gpg_error_t
build_packet_and_meta (iobuf_t out, PACKET *pkt)
{