diff --git a/modules/node/node.module b/modules/node/node.module index 20815df..8ee7139 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -273,8 +273,8 @@ function node_admin_paths() { * * @param $result * A DB result object from a query to fetch node entities. If your query - * joins the node_comment_statistics table so that the - * comment_count field is available, a title attribute will + * joins the {node_comment_statistics} table so that the + * "comment_count" field is available, a title attribute will * be added to show the number of comments. * @param $title * A heading for the resulting list.