Index: includes/common.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/common.inc,v
retrieving revision 1.1175
diff -u -p -r1.1175 common.inc
--- includes/common.inc	5 Jun 2010 13:18:09 -0000	1.1175
+++ includes/common.inc	6 Jun 2010 19:46:01 -0000
@@ -2091,7 +2091,7 @@ function url($path = NULL, array $option
 }
 
 /**
- * Return TRUE if a path is external (e.g. http://example.com).
+ * Return TRUE if a path is external to Drupal (e.g. http://example.com).
  */
 function url_is_external($path) {
   $colonpos = strpos($path, ':');
