Index: includes/database/database.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/database/database.inc,v retrieving revision 1.94 diff -u -r1.94 database.inc --- includes/database/database.inc 29 Jan 2010 01:59:32 -0000 1.94 +++ includes/database/database.inc 2 Feb 2010 20:05:33 -0000 @@ -112,7 +112,7 @@ * one would instead write: * @code * $fields = array('nid' => 1, 'title' => 'my title', 'body' => 'my body'); - * db_insert('my_table')->fields($fields)->execute(); + * db_insert('node')->fields($fields)->execute(); * @endcode * This method allows databases that need special data type handling to do so, * while also allowing optimizations such as multi-insert queries. UPDATE and