Skip to content

Commit fcf2da0

Browse files
committed
tools: fix typo in js2c.py
PR-URL: #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>
1 parent d11b538 commit fcf2da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/js2c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
"""
3131
This is a utility for converting JavaScript source code into uint16_t[],
32-
that are used for embeding JavaScript code into the Node.js binary.
32+
that are used for embedding JavaScript code into the Node.js binary.
3333
"""
3434
import argparse
3535
import os

0 commit comments

Comments
 (0)