Skip to content

Commit

Permalink
docs: fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Nowacki <[email protected]>
  • Loading branch information
ZNeumann and lavarou authored Aug 8, 2023
1 parent 9b6ae79 commit 7be7fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/fw_drupal_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ void nr_drupal_headers_add(zval* arg, bool is_drupal_7 TSRMLS_DC);
* Purpose: Before an invoke_all style call, adds the hook to that hook states stacks
*
* Params : 1. A zval holding a copy of the hook invoked, to be managed by the hook
* states stacks and freed by invoke_all_clean_hook_stacks() after the
* states stacks and freed by nr_drupal_invoke_all_hook_stacks_pop() after the
* invoke_all call completes
*/
void nr_drupal_invoke_all_hook_stacks_push(zval* hook_copy);
Expand Down

0 comments on commit 7be7fc7

Please sign in to comment.