From 065167bdae7aa02794202cc4f241d7da59f44c11 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 9408e6b019..b6ba60dc5c 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -3918,7 +3918,7 @@ PHP_FUNCTION(nl2br) tmp = str; end = str + str_len; - /* 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 */ while (tmp < end) { if (*tmp == '\r') { -- 2.40.0