From: Scott MacVicar Date: Fri, 6 Nov 2009 09:02:52 +0000 (+0000) Subject: Fix a typo X-Git-Tag: php-5.4.0alpha1~191^2~2420 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25c7aed23eb3478c8a9581aa180aae56c1d5f7fb;p=php Fix a typo --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 50a54defb9..3a99b1c8a4 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -5830,7 +5830,7 @@ PHP_FUNCTION(nl2br) p = str; - /* it is really faster to scan twice and allocate mem once insted scanning once + /* it is really faster to scan twice and allocate mem once instead of scanning once and constantly reallocing */ if (str_type == IS_UNICODE) { end.u = p.u + str_len;