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

Commit e1f06d8

Browse files
author
Neil Conway
committed
Fix a few minor typos in comments in PL/Perl.
1 parent 52d010d commit e1f06d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pl/plperl/plperl.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* ENHANCEMENTS, OR MODIFICATIONS.
3434
*
3535
* IDENTIFICATION
36-
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.101 2006/01/28 16:20:31 adunstan Exp $
36+
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.102 2006/02/26 22:26:39 neilc Exp $
3737
*
3838
**********************************************************************/
3939

@@ -1285,7 +1285,7 @@ compile_plperl_function(Oid fn_oid, bool is_trigger)
12851285
procStruct = (Form_pg_proc) GETSTRUCT(procTup);
12861286

12871287
/************************************************************
1288-
* Build our internal proc name from the functions Oid
1288+
* Build our internal proc name from the function's Oid
12891289
************************************************************/
12901290
if (!is_trigger)
12911291
sprintf(internal_proname, "__PLPerl_proc_%u", fn_oid);
@@ -1321,7 +1321,7 @@ compile_plperl_function(Oid fn_oid, bool is_trigger)
13211321

13221322
/************************************************************
13231323
* If we haven't found it in the hashtable, we analyze
1324-
* the functions arguments and returntype and store
1324+
* the function's arguments and return type and store
13251325
* the in-/out-functions in the prodesc block and create
13261326
* a new hashtable entry for it.
13271327
*

0 commit comments

Comments
 (0)