summaryrefslogtreecommitdiff
path: root/modules/field/field.attach.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/field/field.attach.inc')
-rw-r--r--modules/field/field.attach.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc
index 4ce7d8e69..9f2c745cc 100644
--- a/modules/field/field.attach.inc
+++ b/modules/field/field.attach.inc
@@ -8,7 +8,7 @@
// TODO D7 : consistency - do field_attach_functions return a value or alter in place ?
-// TOTO D7 : consistency - some of these functions process individual fields
+// TODO D7 : consistency - some of these functions process individual fields
// and others process the combined value of all fields.
// Should all iteration through available fields be done here instead of in Field?