aboutsummaryrefslogtreecommitdiffstats
path: root/g10/parse-packet.c
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2016-02-25 20:08:56 +0000
committerNeal H. Walfield <[email protected]>2016-02-25 20:08:56 +0000
commitb7b4a1bdd9da28827980c64c623bcb0654736828 (patch)
treea9cf4571cf20c3a788f01b1d767f7db1c648f06f /g10/parse-packet.c
parentgpg: Add some asserts. (diff)
downloadgnupg-b7b4a1bdd9da28827980c64c623bcb0654736828.tar.gz
gnupg-b7b4a1bdd9da28827980c64c623bcb0654736828.zip
gpg: Improve documentation and comments related to OpenPGP packets.
-- Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to '')
-rw-r--r--g10/parse-packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/parse-packet.c b/g10/parse-packet.c
index 1be49b12a..3407848bc 100644
--- a/g10/parse-packet.c
+++ b/g10/parse-packet.c
@@ -1668,7 +1668,7 @@ enum_sig_subpkt (const subpktarea_t * pktbuf, sigsubpkttype_t reqtype,
}
if (reqtype == SIGSUBPKT_TEST_CRITICAL)
/* Returning NULL means we found a subpacket with the critical bit
- set that we dn't grok. We've iterated over all the subpackets
+ set that we don't grok. We've iterated over all the subpackets
and haven't found such a packet so we need to return a non-NULL
value. */
return buffer;