From 307303f592b72e3daa07a26215901304aee5551f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 5 Jul 2003 13:41:46 +0000 Subject: [PATCH] Forget to complete the comment here, too... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3859 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kernel/libroot/os/DriverSettingsTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tests/kernel/libroot/os/DriverSettingsTest.cpp b/src/tests/kernel/libroot/os/DriverSettingsTest.cpp index 4c3753d516..47c47336b3 100644 --- a/src/tests/kernel/libroot/os/DriverSettingsTest.cpp +++ b/src/tests/kernel/libroot/os/DriverSettingsTest.cpp @@ -49,7 +49,8 @@ strnlen(char const *string, size_t count) * as much as "maxLength" bytes to the dest string. * Always null terminates the string as long as maxLength is * larger than the dest string. - * Returns the length of the string that + * Returns the length of the string that it tried to create + * to be able to easily detect string truncation. */ size_t