Skip to content

Commit ca02576

Browse files
evanlucasMylesBorins
authored andcommitted
src: fix typo in probe description
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>
1 parent 97c0880 commit ca02576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v8ustack.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ dtrace:helper:ustack:
522522
NO_SHARED_FUNCTION_NAME_SENTINEL;
523523
}
524524

525-
dtracr:helper:ustack:
525+
dtrace:helper:ustack:
526526
/!this->done && this->hassharedname/
527527
{
528528
LOAD_STRFIELDS(this->funcrawnamestr, this->funcnamelen,

0 commit comments

Comments
 (0)