cvs: ZendEngine2 / zend_alloc.c

[email protected] ("Matt Wilmas")
Newsgroups php.zend-engine.cvs
Message-ID <cvsmattwil1210506331@cvsserver>
mattwil		Sun May 11 11:45:31 2008 UTC

  Modified files:              
    /ZendEngine2	zend_alloc.c 
  Log:
  Fixed error message typo; also removed end . to be consistent with the others
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_alloc.c?r1=1.212&r2=1.213&diff_format=u
Index: ZendEngine2/zend_alloc.c
diff -u ZendEngine2/zend_alloc.c:1.212 ZendEngine2/zend_alloc.c:1.213
--- ZendEngine2/zend_alloc.c:1.212	Thu Feb 14 14:42:16 2008
+++ ZendEngine2/zend_alloc.c	Sun May 11 11:45:31 2008
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_alloc.c,v 1.212 2008/02/14 14:42:16 dmitry Exp $ */
+/* $Id: zend_alloc.c,v 1.213 2008/05/11 11:45:31 mattwil Exp $ */
 
 #include "zend.h"
 #include "zend_alloc.h"
@@ -1151,7 +1151,7 @@
 	if (tmp) {
 		seg_size = zend_atoi(tmp, 0);
 		if (zend_mm_low_bit(seg_size) != zend_mm_high_bit(seg_size)) {
-			fprintf(stderr, "ZEND_MM_SEG_SIZE must be a power ow two.\n");
+			fprintf(stderr, "ZEND_MM_SEG_SIZE must be a power of two\n");
 			exit(255);
 		}
 	} else {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.