diff --git views/votingapi.views.inc views/votingapi.views.inc
index 63109df..0f63b8a 100644
--- views/votingapi.views.inc
+++ views/votingapi.views.inc
@@ -286,7 +286,7 @@ function votingapi_views_data_alter(&$views_data) {
   $default_relationships[] = array(
     'description' => t('comments'),
     'entity_type' => 'comment',
-    'base_table' => 'comments',
+    'base_table' => 'comment',
     'entity_id_column' => 'cid',
     'pseudo_vote' => 'votingapi_vote',    // for legacy compatability w/RC1.
     'pseudo_cache' => 'votingapi_cache',  // for legacy compatability w/RC1.
@@ -296,7 +296,7 @@ function votingapi_views_data_alter(&$views_data) {
     $pseudo = str_replace(array(' ','-','.'), '_', $data['entity_type'] . '_' . $data['entity_id_column']);
     $pseudo_vote = empty($data['pseudo_vote']) ? 'vapi_'. $pseudo : $data['pseudo_vote'];
     $pseudo_cache = empty($data['pseudo_cache']) ? 'vapic_'. $pseudo : $data['pseudo_cache'];
-    
+
     $views_data[$data['base_table']][$pseudo_vote]['relationship'] = array(
       'title' => 'Votes',
       'help' => 'Votes cast by users on ' . $data['description'] . '.',
