From 844d17931530c9cf958677c3bc45a1f50f70381a Mon Sep 17 00:00:00 2001
From: Bob Vincent <bobvin@pillars.net>
Date: Sat, 18 Jun 2011 01:30:31 -0400
Subject: [PATCH] Issue #1192466 by pillarsdotnet: Make drupal_realpath() docs match the code.

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

diff --git a/includes/file.inc b/includes/file.inc
index 4750ff481fe297ea9581782b1f71ba9207d8043c..fbfa72b0c7d371fbf0fb4017cfc22d45dd874b0f 100644
--- a/includes/file.inc
+++ b/includes/file.inc
@@ -2154,7 +2154,7 @@ function drupal_unlink($uri, $context = NULL) {
  *
  * @param $uri
  *   A string containing the URI to verify. If this value is omitted,
- *   Drupal's public files directory will be used [public://].
+ *   a PHP warning will be generated and FALSE will be returned.
  *
  * @return
  *   The absolute pathname, or FALSE on failure.
-- 
1.7.4.1

