Index: wp-includes/default-constants.php
===================================================================
--- wp-includes/default-constants.php	(revision 17686)
+++ wp-includes/default-constants.php	(working copy)
@@ -272,13 +272,13 @@
  */
 function wp_templating_constants( ) {
 	/**
-	 * Web Path to the current active template directory
+	 * Filesystem path to the current active template directory
 	 * @since 1.5.0
 	 */
 	define('TEMPLATEPATH', get_template_directory());
 
 	/**
-	 * Web Path to the current active template stylesheet directory
+	 * Filesystem path to the current active template stylesheet directory
 	 * @since 2.1.0
 	 */
 	define('STYLESHEETPATH', get_stylesheet_directory());
