Index: profiles/standard/standard.install
===================================================================
RCS file: /cvs/drupal/drupal/profiles/standard/standard.install,v
retrieving revision 1.7
diff -u -p -r1.7 standard.install
--- profiles/standard/standard.install	4 Mar 2010 21:42:01 -0000	1.7
+++ profiles/standard/standard.install	10 Mar 2010 16:52:13 -0000
@@ -200,7 +200,7 @@ function standard_install() {
   }
   $query->execute();
 
-  // Insert default user-defined node types into the database. For a complete
+  // Insert default pre-defined node types into the database. For a complete
   // list of available node type attributes, refer to the node type API
   // documentation at: http://api.drupal.org/api/HEAD/function/hook_node_info.
   $types = array(
@@ -229,7 +229,7 @@ function standard_install() {
     node_type_save($type);
   }
 
-  // Insert default user-defined RDF mapping into the database.
+  // Insert default pre-defined RDF mapping into the database.
   $rdf_mappings = array(
     array(
       'type' => 'node',
