com php-src: typo: Zend/zend_vm_gen.php

[email protected] (Xinchen Hui)
Newsgroups php.cvs
Message-ID <[email protected]>
Commit:    e1c32646b40b6e3a41cbd7a78d03900cfdf1b72a
Author:    Xinchen Hui <[email protected]>         Tue, 9 May 2017 17:15:42 +0800
Parents:   6f6ad066eaa0004c04686280eed119ef1e9087fd
Branches:  master

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

Log:
typo

Changed paths:
  M  Zend/zend_vm_gen.php


Diff:
diff --git a/Zend/zend_vm_gen.php b/Zend/zend_vm_gen.php
index cfc1767..9218574 100644
--- a/Zend/zend_vm_gen.php
+++ b/Zend/zend_vm_gen.php
@@ -2272,7 +2272,7 @@ function gen_vm($def, $skel) {
 	fputs($f, "#define ZEND_VM_KIND_GOTO\t" . ZEND_VM_KIND_GOTO . "\n");
 	fputs($f, "#define ZEND_VM_KIND_HYBRID\t" . ZEND_VM_KIND_HYBRID . "\n");
 	if ($GLOBALS["vm_kind_name"][ZEND_VM_KIND] === "ZEND_VM_KIND_HYBRID") {
-		fputs($f, "/* HYBRID requires support for cmputed GOTO and global register variables*/\n");
+		fputs($f, "/* HYBRID requires support for computed GOTO and global register variables*/\n");
 		fputs($f, "#if (defined(__GNUC__) && defined(HAVE_GCC_GLOBAL_REGS))\n");
 		fputs($f, "# define ZEND_VM_KIND\t\tZEND_VM_KIND_HYBRID\n");
 		fputs($f, "#else\n");
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.