diff --git a/modules/field/field.module b/modules/field/field.module
index 52faf35..7811c2a 100644
--- a/modules/field/field.module
+++ b/modules/field/field.module
@@ -961,6 +961,13 @@ function field_has_data($field) {
 /**
  * Determine whether the user has access to a given field.
  *
+ * This method does not determine whether access is granted to the entity
+ * itself, only the specific field. Callers are responsible for ensuring that
+ * entity access is also respected. For example, when checking field access for
+ * nodes, check node_access() before checking field_access() and when checking
+ * field access for entities, check entity_access() before checking
+ * field_access().
+ *
  * @param $op
  *   The operation to be performed. Possible values:
  *   - 'edit'
