@@ -68,12 +68,12 @@ /*! * @brief Seek the stream on the lowlevel. * * @warning Do not call this directly! * - * Override this with this method with your actual seek implementation when - * subclassing! + * @note Override this method with your actual seek implementation when + * subclassing! * * @param offset The offset to seek to * @param whence From where to seek.@n * Possible values are: * Value | Description