comment_node_url()drupal/modules/comment/comment.module, line 741
A simple helper function.
The 0th and the 1st path components joined by a slash.
function comment_node_url() { return arg(0) . '/' . arg(1); }