summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2019-06-25 07:37:35 +0200
committerMichaël Zasso <targos@protonmail.com>2019-07-02 11:46:55 +0200
commit60cf9111cb95bdff65474ca8dc1c3f23dd8cf5e1 (patch)
treeb84218457c225c73c29b0fa88109087bbaec4081 /tools
parent79b1bf5a09ee18a9dda6e05f23e3920609bc8cab (diff)
downloadandroid-node-v8-60cf9111cb95bdff65474ca8dc1c3f23dd8cf5e1.tar.gz
android-node-v8-60cf9111cb95bdff65474ca8dc1c3f23dd8cf5e1.tar.bz2
android-node-v8-60cf9111cb95bdff65474ca8dc1c3f23dd8cf5e1.zip
tools: fix typo in js2c.py
PR-URL: https://github.com/nodejs/node/pull/28417 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/js2c.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/js2c.py b/tools/js2c.py
index c3ac53f14b..0189dd7629 100755
--- a/tools/js2c.py
+++ b/tools/js2c.py
@@ -29,7 +29,7 @@
"""
This is a utility for converting JavaScript source code into uint16_t[],
-that are used for embeding JavaScript code into the Node.js binary.
+that are used for embedding JavaScript code into the Node.js binary.
"""
import argparse
import os