]> granicus.if.org Git - php/commitdiff
Typo fix
authorReeze Xia <reeze@php.net>
Fri, 15 Feb 2013 05:48:37 +0000 (13:48 +0800)
committerReeze Xia <reeze@php.net>
Fri, 15 Feb 2013 05:48:37 +0000 (13:48 +0800)
ZendAccelerator.c

index 3e9ea12e7a49a14e2a068530d0993c556f2f2e68..174ba7548658747c1232370ae85113727a893cb3 100644 (file)
@@ -231,7 +231,7 @@ static void (*orig_interned_strings_restore)(TSRMLS_D);
 
 /* O+ disables creation of interned strings by regular PHP compiler, instead,
  * it creates interned strings in shared memory when saves a script.
- * Such interned strings are shatred across all PHP processes
+ * Such interned strings are shared across all PHP processes
  */
 static const char *accel_new_interned_string_for_php(const char *str, int len, int free_src TSRMLS_DC)
 {