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

doc: Typo fixes in code comments

--

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2020-05-04 14:55:34 +02:00
parent 5da6925a33
commit 9bc9d0818b
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
3 changed files with 4 additions and 4 deletions

View file

@ -168,7 +168,7 @@ builder_add_oid (tlv_builder_t tb, int class, const char *oid)
}
/* Wrapper around tlv_builder_add_ptr to add an MPI. TAG May either
/* Wrapper around tlv_builder_add_ptr to add an MPI. TAG may either
* be OCTET_STRING or BIT_STRING. When we eventually put the whole
* tlv_builder stuff into Libksba, we can add such a function there.
* Right now we don't do this to avoid a dependency on Libksba.