diff options
author | Noah Misch <noah@leadboat.com> | 2016-04-01 21:53:10 -0400 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2016-04-01 21:53:10 -0400 |
commit | 4ad6f13500cd9a3ca0652e43232f9515319e55e2 (patch) | |
tree | a61b2e89bff781ca7831ab1dc3613478993d7478 /src/pl/plperl/plperl.c | |
parent | f07d18b6e94da6ef93dc4e00096f1e7542814fdb (diff) | |
download | postgresql-4ad6f13500cd9a3ca0652e43232f9515319e55e2.tar.gz postgresql-4ad6f13500cd9a3ca0652e43232f9515319e55e2.zip |
Copyedit comments and documentation.
Diffstat (limited to 'src/pl/plperl/plperl.c')
-rw-r--r-- | src/pl/plperl/plperl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plperl/plperl.c b/src/pl/plperl/plperl.c index f60c227dda2..82bde6e4424 100644 --- a/src/pl/plperl/plperl.c +++ b/src/pl/plperl/plperl.c @@ -3977,7 +3977,7 @@ plperl_inline_callback(void *arg) /* - * Perl's own setlocal() copied from POSIX.xs + * Perl's own setlocale(), copied from POSIX.xs * (needed because of the calls to new_*()) */ #ifdef WIN32 |