Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdcb2c58

Browse files
committed
Fix misleading comments
Josh Kupershmidt
1 parent3284e03 commitdcb2c58

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, butshouldnt */
108+
/*can handle zero-len incoming data, butshouldn't */
109109
staticint
110110
compress_process(PushFilter*next,void*priv,constuint8*data,intlen)
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 wecant just SvREFCNT_dec() it when
65+
/* increase the reference count so wecan just SvREFCNT_dec() it when
6666
* we are done */
6767
SvREFCNT_inc(sv);
6868

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp