Corrected a comment to match the implementation.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4894 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-10-01 01:39:03 +00:00
parent 20b82fcf5b
commit db82ec452b
+1 -1
View File
@@ -635,7 +635,7 @@ parse_driver_settings_string(const char *settingsString)
* readable string.
* It's either in standard style or the single line style speficied
* by the "flat" parameter.
* If the buffer is too small to hold the string, B_DEVICE_FULL (for now)
* If the buffer is too small to hold the string, B_BUFFER_OVERFLOW
* is returned, and the needed amount of bytes if placed in the
* "_bufferSize" parameter.
* If the "handle" parameter is not a valid driver settings handle, or