summaryrefslogtreecommitdiffstats
path: root/g10/parse-packet.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-09-20 09:37:44 +0200
committerWerner Koch <wk@gnupg.org>2002-09-20 09:37:44 +0200
commitc9f2aaca0552e8e75e2ccc62cf9ad09b5ec90bec (patch)
tree7acf49bb5fa06f0a6ba5339319638418f740ca18 /g10/parse-packet.c
parent* DETAILS: s/XORed/ORed/. (diff)
downloadgnupg2-c9f2aaca0552e8e75e2ccc62cf9ad09b5ec90bec.tar.xz
gnupg2-c9f2aaca0552e8e75e2ccc62cf9ad09b5ec90bec.zip
comment type fix
Diffstat (limited to 'g10/parse-packet.c')
-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 5ed75e490..a3b39505d 100644
--- a/g10/parse-packet.c
+++ b/g10/parse-packet.c
@@ -1221,7 +1221,7 @@ parse_signature( IOBUF inp, int pkttype, unsigned long pktlen,
}
if( n ) {
/* we add 8 extra bytes so that we have space for the signature
- * status cache. Well we are wastin this if there is a cache
+ * status cache. Well we are wasting this if there is a cache
* packet already, but in the other case it avoids an realloc */
sig->unhashed = m_alloc (sizeof(*sig->unhashed) + n + 8 - 1 );
sig->unhashed->size = n + 8;