Skip to content

Commit

Permalink
src: fix typo on execArgv description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stefannilsson authored and mmarchini committed Feb 29, 2020
1 parent bd3a1c7 commit 8bf15c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llscan.cc
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ bool NodeInfoCmd::DoExecute(SBDebugger d, char** cmd,
// attached a property.
v8::JSArray execArgv_arr(execArgv_val);
result.Printf(
"Node.js Comamnd line arguments (process.execArgv=0x%" PRIx64
"Node.js Command line arguments (process.execArgv=0x%" PRIx64
"):\n",
execArgv_val.raw());
// execArgv is an array, which we can treat as a subtype of object.
Expand Down

0 comments on commit 8bf15c0

Please sign in to comment.