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

Commit ccf5db7

Browse files
author
Neil Conway
committed
Fix two typos, per report from Hashem Masoud.
1 parent d5b98e4 commit ccf5db7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/xfunc.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.98 2005/01/22 22:56:36 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.99 2005/02/21 06:12:14 neilc Exp $
33
-->
44

55
<sect1 id="xfunc">
@@ -1642,7 +1642,7 @@ add_one(PG_FUNCTION_ARGS)
16421642
PG_RETURN_INT32(arg + 1);
16431643
}
16441644

1645-
/* b reference, fixed length */
1645+
/* by reference, fixed length */
16461646

16471647
PG_FUNCTION_INFO_V1(add_one_float8);
16481648

@@ -1939,7 +1939,7 @@ include $(PGXS)
19391939
<term><varname>MODULES</varname></term>
19401940
<listitem>
19411941
<para>
1942-
list of shared objects to be build from source file with same
1942+
list of shared objects to be built from source file with same
19431943
stem (do not include suffix in this list)
19441944
</para>
19451945
</listitem>

0 commit comments

Comments
 (0)