# HG changeset patch # User Ryan C. Gordon # Date 1270497088 14400 # Node ID 064f8098c8997973436c8de144d276f16ad40be3 # Parent ee3d2e6e1161799e9b6822eb7ec589a4dea9a352 Merged changeset e2515a0fdec1 into stable-2.0: documentation fix. diff -r ee3d2e6e1161 -r 064f8098c899 physfs.h --- a/physfs.h Thu Mar 25 15:58:47 2010 -0400 +++ b/physfs.h Mon Apr 05 15:51:28 2010 -0400 @@ -1215,9 +1215,9 @@ * The file must be opened for writing. * * \param handle retval from PHYSFS_openWrite() or PHYSFS_openAppend(). - * \param buffer buffer to store read data into. - * \param objSize size in bytes of objects being read from (handle). - * \param objCount number of (objSize) objects to read from (handle). + * \param buffer buffer of bytes to write to (handle). + * \param objSize size in bytes of objects being written to (handle). + * \param objCount number of (objSize) objects to write to (handle). * \return number of objects written. PHYSFS_getLastError() can shed light on * the reason this might be < (objCount). -1 if complete failure. */