Skip to content

Commit

Permalink
src: fix typo in probe description
Browse files Browse the repository at this point in the history
This fixes a typo in a probe description added in
dc1996d.

PR-URL: #15397
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
evanlucas authored and MylesBorins committed Oct 3, 2017
1 parent 97c0880 commit ca02576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v8ustack.d
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ dtrace:helper:ustack:
NO_SHARED_FUNCTION_NAME_SENTINEL;
}

dtracr:helper:ustack:
dtrace:helper:ustack:
/!this->done && this->hassharedname/
{
LOAD_STRFIELDS(this->funcrawnamestr, this->funcnamelen,
Expand Down

0 comments on commit ca02576

Please sign in to comment.