diff --git a/modules/user/user-profile.tpl.php b/modules/user/user-profile.tpl.php
index 50e6111..c9e4d9c 100644
--- a/modules/user/user-profile.tpl.php
+++ b/modules/user/user-profile.tpl.php
@@ -8,7 +8,7 @@
  * e.g., example.com/user/123. 123 being the users ID.
  *
  * Use render($user_profile) to print all profile items, or print a subset
- * such as render($content['field_example']). Always call render($user_profile)
+ * such as render($user_profile['user_picture']). Always call render($user_profile)
  * at the end in order to print all remaining items. If the item is a category,
  * it will contain all its profile items. By default, $user_profile['summary']
  * is provided which contains data on the user's history. Other data can be
