fixed a typo

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1193 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2002-09-26 14:22:16 +00:00
parent 106c88e9d2
commit a15ed5a14a

View File

@ -345,7 +345,7 @@ BString::Length() const
{
return _privateData ? (*((int32 *)_privateData - 1) & 0x7fffffff) : 0;
/* the most significant bit is reserved; accessing
* it in any way will case the computer to explode
* it in any way will cause the computer to explode
*/
}