Welcome! Log In Create A New Profile

Advanced

[njs] Fixed grammar in njs_vm.h.

Dmitry Volyntsev
December 28, 2018 07:42AM
details: https://hg.nginx.org/njs/rev/2866557dc7a0
branches:
changeset: 705:2866557dc7a0
user: Dmitry Volyntsev <xeioex@nginx.com>
date: Fri Dec 28 15:39:59 2018 +0300
description:
Fixed grammar in njs_vm.h.

diffstat:

njs/njs_vm.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 269fe12bbabe -r 2866557dc7a0 njs/njs_vm.h
--- a/njs/njs_vm.h Fri Dec 28 12:44:56 2018 +0300
+++ b/njs/njs_vm.h Fri Dec 28 15:39:59 2018 +0300
@@ -828,7 +828,7 @@ typedef enum {
NJS_SCOPE_GLOBAL = 1,
NJS_SCOPE_CALLEE_ARGUMENTS = 2,
/*
- * The argument and local VM scopes should separate because a
+ * The argument and local VM scopes should be separated because a
* function may be called with any number of arguments.
*/
NJS_SCOPE_ARGUMENTS = 3,
@@ -838,7 +838,7 @@ typedef enum {
NJS_SCOPE_CLOSURE = 5,
/*
* The block and shim scopes are not really VM scopes.
- * They used only on parsing phase.
+ * They are used only on parsing phase.
*/
NJS_SCOPE_BLOCK = 16,
NJS_SCOPE_SHIM = 17,
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[njs] Fixed grammar in njs_vm.h.

Dmitry Volyntsev 374 December 28, 2018 07:42AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 274
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready