diff --git a/modules/node/node.module b/modules/node/node.module index 30e9559..1b3ec63 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -272,10 +272,10 @@ function node_admin_paths() { * Gathers a listing of links to nodes. * * @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 - * be added to show the number of comments. + * A database 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 be added to show the number of + * comments. * @param $title * A heading for the resulting list. *