Skip to content

Commit 8bf15c0

Browse files
stefannilssonmmarchini
authored andcommitted
src: fix typo on execArgv description
PR-URL: #343 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
1 parent bd3a1c7 commit 8bf15c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llscan.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ bool NodeInfoCmd::DoExecute(SBDebugger d, char** cmd,
446446
// attached a property.
447447
v8::JSArray execArgv_arr(execArgv_val);
448448
result.Printf(
449-
"Node.js Comamnd line arguments (process.execArgv=0x%" PRIx64
449+
"Node.js Command line arguments (process.execArgv=0x%" PRIx64
450450
"):\n",
451451
execArgv_val.raw());
452452
// execArgv is an array, which we can treat as a subtype of object.

0 commit comments

Comments
 (0)