]> granicus.if.org Git - php/commitdiff
Fix a typo
authorScott MacVicar <scottmac@php.net>
Fri, 6 Nov 2009 09:02:52 +0000 (09:02 +0000)
committerScott MacVicar <scottmac@php.net>
Fri, 6 Nov 2009 09:02:52 +0000 (09:02 +0000)
ext/standard/string.c

index 9408e6b019d08e1e35b2f92ae71a97c1dc923fc3..b6ba60dc5c0356e8cd7bce9469104fcd8c0481d0 100644 (file)
@@ -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') {