From db82ec452bd4533bf5e24468d31e5b3c53a88047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 1 Oct 2003 01:39:03 +0000 Subject: [PATCH] Corrected a comment to match the implementation. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4894 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/os/driver_settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/libroot/os/driver_settings.c b/src/kernel/libroot/os/driver_settings.c index b5a2412522..f95ef01b9d 100644 --- a/src/kernel/libroot/os/driver_settings.c +++ b/src/kernel/libroot/os/driver_settings.c @@ -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