Commit:    4fec381b3a0f947b15d0f73bda513cb79a113581
Author:    Reeze Xia <re...@php.net>         Fri, 15 Feb 2013 13:48:37 +0800
Parents:   aef92d22d591026c259abc125bd8f390fc78efca
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=4fec381b3a0f947b15d0f73bda513cb79a113581

Log:
Typo fix

Changed paths:
  M  ZendAccelerator.c


Diff:
diff --git a/ZendAccelerator.c b/ZendAccelerator.c
index 3e9ea12..174ba75 100644
--- a/ZendAccelerator.c
+++ b/ZendAccelerator.c
@@ -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)
 {


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to