diff options
author | Werner Koch <[email protected]> | 2020-05-04 12:55:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-05-04 12:55:34 +0000 |
commit | 9bc9d0818b0e636a9dbc0dd24edf53eae95dd8e7 (patch) | |
tree | e48be0b2d7e8053c97180927e5c94b8e105e5bbb /common/sexputil.c | |
parent | sm: Add support to export ECC private keys. (diff) | |
download | gnupg-9bc9d0818b0e636a9dbc0dd24edf53eae95dd8e7.tar.gz gnupg-9bc9d0818b0e636a9dbc0dd24edf53eae95dd8e7.zip |
doc: Typo fixes in code comments
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'common/sexputil.c')
-rw-r--r-- | common/sexputil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sexputil.c b/common/sexputil.c index d6860f814..89e63a765 100644 --- a/common/sexputil.c +++ b/common/sexputil.c @@ -113,7 +113,7 @@ log_printcanon (const char *text, const unsigned char *sexp, size_t sexplen) } -/* Print the gcryp S-expression in SEXP in advanced format. With TEXT +/* Print the gcrypt S-expression SEXP in advanced format. With TEXT of NULL print just the raw S-expression, with TEXT just an empty string, print a trailing linefeed, otherwise print an entire debug line. */ |