8000 Fix misleading comments · postgres/postgres@dcb2c58 · GitHub
[go: up one dir, main page]

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
< 9270 td data-grid-cell-id="diff-2d08bca102dcedd871179c8a39753f7c87c5b69c5946012bf0e6535b1c11182d-109-109-2" data-line-anchor="diff-2d08bca102dcedd871179c8a39753f7c87c5b69c5946012bf0e6535b1c11182dR109" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">
static int
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
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)
0