From 1f5fc95375355d23806effa539f569247bbf8183 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 |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/includes/file.inc b/includes/file.inc
index 4750ff481fe297ea9581782b1f71ba9207d8043c..abb75e55850ffc6c60d029744e0ab0d60bdc3c2f 100644
--- a/includes/file.inc
+++ b/includes/file.inc
@@ -2153,8 +2153,7 @@ function drupal_unlink($uri, $context = NULL) {
  * @see http://drupal.org/node/515192
  *
  * @param $uri
- *   A string containing the URI to verify. If this value is omitted,
- *   Drupal's public files directory will be used [public://].
+ *   A string containing the URI to verify.
  *
  * @return
  *   The absolute pathname, or FALSE on failure.
-- 
1.7.4.1

