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

Commit ea41e77

Browse files
committed
fix typo.
1 parent aa398e5 commit ea41e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/lobj.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.16 2001/02/09 19:24:09 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.17 2001/09/10 03:02:06 ishii Exp $
33
-->
44

55
<chapter id="largeObjects">
@@ -204,7 +204,7 @@ int lo_write(PGconn *conn, int fd, const char *buf, size_t len)
204204
<programlisting>
205205
int lo_read(PGconn *conn, int fd, char *buf, size_t len)
206206
</programlisting>
207-
reads len bytes from large object fd into byf. The fd
207+
reads len bytes from large object fd into buf. The fd
208208
argument must have been returned by a previous <function>lo_open</function>.
209209
The number of bytes actually read is returned. In
210210
the event of an error, the return value is negative.

0 commit comments

Comments
 (0)