diff --git modules/rdf/rdf.module modules/rdf/rdf.module
index ebecd42..e787aff 100644
--- modules/rdf/rdf.module
+++ modules/rdf/rdf.module
@@ -358,12 +358,9 @@ function rdf_modules_uninstalled($modules) {
  * Implements hook_entity_info_alter().
  *
  * Adds the proper RDF mapping to each entity type/bundle pair.
- *
- * @todo May need to move the comment below to another place.
- * This hook should not be used by modules to alter the bundle mappings.
- * The UI should always be authoritative. UI mappings are stored in the
- * database and if hook_entity_info_alter was used to override module defined
- * mappings, it would override the user defined mapping as well.
+ * Modules willing to alter the bundle mappings should not implement this hook,
+ * but instead use the RDF CRUD mapping API which will store the mappings in the
+ * rdf_mapping table.
  */
 function rdf_entity_info_alter(&$entity_info) {
   // Loop through each entity type and its bundles.
