From 25c7aed23eb3478c8a9581aa180aae56c1d5f7fb Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Fri, 6 Nov 2009 09:02:52 +0000 Subject: [PATCH] Fix a typo --- ext/standard/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0