diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment/comment.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.api.php b/modules/comment/comment.api.php index df2edb30e..4ab8e5c06 100644 --- a/modules/comment/comment.api.php +++ b/modules/comment/comment.api.php @@ -27,7 +27,7 @@ function hook_comment_insert($form_values) { /** * The user has just finished editing the comment and is trying to * preview or submit it. This hook can be used to check or - * even modify the node. Errors should be set with form_set_error(). + * even modify the comment. Errors should be set with form_set_error(). * * @param $form_values * Passes in an array of form values submitted by the user. |