···543543 * This function reads up `size` bytes from the data source to the area
544544 * pointed at by `ptr`. This function may read less bytes than requested.
545545 *
546546- * This function will return zero when the data stream is completely read,
547547- * and SDL_GetIOStatus() will return SDL_IO_STATUS_EOF. If zero is returned
548548- * and the stream is not at EOF, SDL_GetIOStatus() will return a different
549549- * error value and SDL_GetError() will offer a human-readable message.
546546+ * This function will return zero when the data stream is completely read, and
547547+ * SDL_GetIOStatus() will return SDL_IO_STATUS_EOF. If zero is returned and
548548+ * the stream is not at EOF, SDL_GetIOStatus() will return a different error
549549+ * value and SDL_GetError() will offer a human-readable message.
550550 *
551551 * \param context a pointer to an SDL_IOStream structure.
552552 * \param ptr a pointer to a buffer to read data into.
···744744 *
745745 * \param src the SDL_IOStream to read from.
746746 * \param value a pointer filled in with the data read.
747747- * \returns true on success or false on failure or EOF; call SDL_GetError() for more
748748- * information.
747747+ * \returns true on success or false on failure or EOF; call SDL_GetError()
748748+ * for more information.
749749 *
750750 * \since This function is available since SDL 3.1.3.
751751 */