diff options
author | Werner Koch <wk@gnupg.org> | 2010-02-26 11:52:05 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-02-26 11:52:05 +0100 |
commit | 0e018d7144a1b18d750ce655e2ab0cb495808fca (patch) | |
tree | 8c940c4753f3ca765d92d2b1a127a6a8ab343abc /common/tlv.c | |
parent | Provide default strings for the pinentry. (diff) | |
download | gnupg2-0e018d7144a1b18d750ce655e2ab0cb495808fca.tar.xz gnupg2-0e018d7144a1b18d750ce655e2ab0cb495808fca.zip |
Some minor changes and typo fixes.
Started to implement a TCP option in gpg-connect-agent.
Diffstat (limited to 'common/tlv.c')
-rw-r--r-- | common/tlv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/tlv.c b/common/tlv.c index c68756406..3453b29f6 100644 --- a/common/tlv.c +++ b/common/tlv.c @@ -234,7 +234,7 @@ _parse_ber_header (unsigned char const **buffer, size_t *size, /* FIXME: The following function should not go into this file but for now it is easier to keep it here. */ -/* Return the next token of an canconical encoded S-expression. BUF +/* Return the next token of an canonical encoded S-expression. BUF is the pointer to the S-expression and BUFLEN is a pointer to the length of this S-expression (used to validate the syntax). Both are updated to reflect the new position. The token itself is |