diff --git a/include/SFML/System/InputStream.hpp b/include/SFML/System/InputStream.hpp index f33aceeb..24331ed7 100644 --- a/include/SFML/System/InputStream.hpp +++ b/include/SFML/System/InputStream.hpp @@ -53,7 +53,7 @@ public : /// \param data Buffer where to copy the read data /// \param size Desired number of bytes to read /// - /// \return The number of bytes actually read + /// \return The number of bytes actually read, or -1 on error /// //////////////////////////////////////////////////////////// virtual Int64 read(void* data, Int64 size) = 0;