summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/file.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/file.inc b/includes/file.inc
index 7ffefe1f9..8b6162379 100644
--- a/includes/file.inc
+++ b/includes/file.inc
@@ -1072,7 +1072,7 @@ function file_validate_name_length($file) {
* @param $file
* A Drupal file object.
* @param $extensions
- * A string with a space separated
+ * A string with a space separated list of allowed extensions.
* @return
* An array. If the file extension is not allowed, it will contain an error
* message.