1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

doc: Comment fixes and one trailing comma fix.

--
This commit is contained in:
Werner Koch 2017-07-20 14:49:07 +02:00
parent 3ee314dde1
commit 33ecb541fc
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
4 changed files with 8 additions and 8 deletions

View file

@ -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)
{