diff --git a/developer/hooks/core.php b/developer/hooks/core.php
index 4901c5f..b6ddf53 100755
--- a/developer/hooks/core.php
+++ b/developer/hooks/core.php
@@ -253,8 +253,8 @@ function hook_block($op = 'list', $delta = 0, $edit = array()) {
  *   - "view": The comment is being viewed. This hook can be used to add
  *     additional data to the comment before theming.
  *   - "validate": 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 comment. Errors should be set with form_set_error().
+ *     trying to preview or submit it. This hook can be used to check 
+ *     the comment. Errors should be set with form_set_error().
  *   - "publish": The comment is being published by the moderator.
  *   - "unpublish": The comment is being unpublished by the moderator.
  *   - "delete": The comment is being deleted by the moderator.
