Fix copy/paste error in FSFILE_Write documentation

This commit is contained in:
Jeffrey Pfau 2014-12-09 22:19:57 -08:00
parent 1322d44f22
commit 31a8beb120

View File

@ -1000,7 +1000,7 @@ FSFILE_Read(Handle handle,
/*! Write data to an open file
*
* @param[in] handle Open file handle
* @param[out] bytesWritten Number of bytes read
* @param[out] bytesWritten Number of bytes written
* @param[in] offset File offset to write to
* @param[in] buffer Buffer to write from
* @param[in] size Number of bytes to write