Skip to content

Commit

Permalink
Fix incorrect doxygen xref (#6410)
Browse files Browse the repository at this point in the history
Fixes a doxygen ref to "dr_abort_ex" to the correct
"dr_abort_with_code".
  • Loading branch information
derekbruening committed Nov 6, 2023
1 parent 393073a commit 62c002d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/dr_tools.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* **********************************************************
* Copyright (c) 2010-2022, Inc. All rights reserved.
* Copyright (c) 2010-2023, Inc. All rights reserved.
* Copyright (c) 2002-2010 VMware, Inc. All rights reserved.
* **********************************************************/

Expand Down Expand Up @@ -295,7 +295,7 @@ DR_API
* \note Calling this from \p dr_client_main or from the primary thread's
* initialization event is not guaranteed to always work, as DR may
* invoke a thread exit event where a thread init event was never
* called. We recommend using dr_abort_ex() or waiting for full
* called. We recommend using dr_abort_with_code() or waiting for full
* initialization prior to use of this routine.
*/
void
Expand Down

0 comments on commit 62c002d

Please sign in to comment.