### Eclipse Workspace Patch 1.0
#P drupal_test_7
Index: modules/field/field.attach.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/field/field.attach.inc,v
retrieving revision 1.27
diff -u -r1.27 field.attach.inc
--- modules/field/field.attach.inc	28 Jun 2009 01:00:42 -0000	1.27
+++ modules/field/field.attach.inc	6 Jul 2009 13:25:30 -0000
@@ -762,8 +762,8 @@
  *     - '=', '!=', '>', '>=', '<', '<=', 'STARTS_WITH', 'ENDS_WITH',
  *       'CONTAINS': these operators expect the value as a literal of the same
  *       type as the column,
- *     - 'IN': this operator expects the value as an array of literals of the
- *       same type as the column.
+ *     - 'IN', 'NOT IN': this operator expects the value as an array of
+ *       literals of the same type as the column.
  *     - 'BETWEEN': this operator expects the value as an array of two literals
  *       of the same type as the column.
  *     The operator can be ommitted, and will default to 'IN' if the value is
