From a15ed5a14ad97feacf3bf5c08e1cb18861e3d87f Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Thu, 26 Sep 2002 14:22:16 +0000 Subject: [PATCH] fixed a typo git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1193 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/support/String.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/support/String.h b/headers/os/support/String.h index 4b2c6e58af..f14c7015f2 100644 --- a/headers/os/support/String.h +++ b/headers/os/support/String.h @@ -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 */ }