diff --git includes/view.inc includes/view.inc
index d6cbee8..65909b3 100644
--- includes/view.inc
+++ includes/view.inc
@@ -327,7 +327,7 @@ class view extends views_db_object {
       return FALSE;
     }
 
-    // init the new display handler with data.
+    // init the new style handler with data.
     $this->style_plugin->init($this, $this->display[$this->current_display], $this->style_options);
     return TRUE;
   }
