Index: theme/views-view-field.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/theme/views-view-field.tpl.php,v
retrieving revision 1.1
diff -u -r1.1 views-view-field.tpl.php
--- theme/views-view-field.tpl.php	16 May 2008 22:22:32 -0000	1.1
+++ theme/views-view-field.tpl.php	25 Jan 2011 21:24:10 -0000
@@ -12,7 +12,7 @@
   * - $row: The raw SQL result that can be used
   * - $output: The processed output that will normally be used.
   *
-  * When fetching output from the $row, this construct should be used:
+  * When fetching output from the $row, copy and paste the following snippet:
   * $data = $row->{$field->field_alias}
   *
   * The above will guarantee that you'll always get the correct data,
