From 7f3159649ec80e8086ef91450424a356ff9aa889 Mon Sep 17 00:00:00 2001
From: Bob Vincent <bobvin@pillars.net>
Date: Sat, 18 Jun 2011 01:01:42 -0400
Subject: [PATCH] Issue #1192440 by pillarsdotnet: Make file_copy() docs match the code.

---
 includes/file.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/includes/file.inc b/includes/file.inc
index 4750ff481fe297ea9581782b1f71ba9207d8043c..cae98faab4f254c2c1b74fb65d8a245bc01a2f1e 100644
--- a/includes/file.inc
+++ b/includes/file.inc
@@ -737,8 +737,8 @@ function file_usage_delete(stdClass $file, $module, $type = NULL, $id = NULL, $c
  *   A file object.
  * @param $destination
  *   A string containing the destination that $source should be copied to.
- *   This must be a stream wrapper URI. If this value is omitted, Drupal's
- *   default files scheme will be used, usually "public://".
+ *   This must be a stream wrapper URI. If this value is omitted, an error
+ *   message will be generated and FALSE will be returned.
  * @param $replace
  *   Replace behavior when the destination file already exists:
  *   - FILE_EXISTS_REPLACE - Replace the existing file. If a managed file with
-- 
1.7.4.1

