Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dcb2c58

Browse files
committed
Fix misleading comments
Josh Kupershmidt
1 parent 3284e03 commit dcb2c58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/pgcrypto/pgp-compress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ compress_init(PushFilter *next, void *init_arg, void **priv_p)
105105

106106
/* writes compressed data packet */
107107

108-
/* cant handle zero-len incoming data, but shouldnt */
108+
/* can handle zero-len incoming data, but shouldn't */
109109
static int
110110
compress_process(PushFilter *next, void *priv, const uint8 *data, int len)
111111
{

src/pl/plperl/plperl_helpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ sv2cstr(SV *sv)
6262
(SvTYPE(sv) > SVt_PVLV && SvTYPE(sv) != SVt_PVFM))
6363
sv = newSVsv(sv);
6464
else
65-
/* increase the reference count so we cant just SvREFCNT_dec() it when
65+
/* increase the reference count so we can just SvREFCNT_dec() it when
6666
* we are done */
6767
SvREFCNT_inc(sv);
6868

0 commit comments

Comments
 (0)