summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/field/field.attach.inc2
-rw-r--r--modules/simpletest/tests/file_test.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc
index 1e7f75543..281245048 100644
--- a/modules/field/field.attach.inc
+++ b/modules/field/field.attach.inc
@@ -665,7 +665,7 @@ function field_attach_load($obj_type, $objects, $age = FIELD_LOAD_CURRENT, $opti
* loading all fields, for each object. Note that returned objects
* may contain data for other fields, for example if they are read
* from a cache.
- * @returns
+ * @return
* On return, the objects in $objects are modified by having the
* appropriate set of fields added.
*/
diff --git a/modules/simpletest/tests/file_test.module b/modules/simpletest/tests/file_test.module
index 3832b22c3..9d0e7efae 100644
--- a/modules/simpletest/tests/file_test.module
+++ b/modules/simpletest/tests/file_test.module
@@ -132,7 +132,7 @@ function file_test_reset() {
* @param $op
* One of the hook_file_* operations: 'load', 'validate', 'download',
* 'references', 'insert', 'update', 'copy', 'move', 'delete'.
- * @returns
+ * @return
* Array of the parameters passed to each call.
* @see _file_test_log_call() and file_test_reset()
*/