From 2a3d1886926b9e2e733651001935e0bf5501dcc0 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Thu, 7 Oct 2010 17:44:53 +0000
Subject: [PATCH] - Patch #933792 by droplet: cache clear all - wrong
 documentation.

---
 includes/cache.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/cache.inc b/includes/cache.inc
index 2a729eff5822..babf33f55e5a 100644
--- a/includes/cache.inc
+++ b/includes/cache.inc
@@ -155,7 +155,7 @@ function cache_set($cid, $data, $bin = 'cache', $expire = CACHE_PERMANENT) {
  * @param $wildcard
  *   If $wildcard is TRUE, cache IDs starting with $cid are deleted in
  *   addition to the exact cache ID specified by $cid.  If $wildcard is
- *   TRUE and $cid is '*' then the entire table $table is emptied.
+ *   TRUE and $cid is '*' then the entire bin $bin is emptied.
  */
 function cache_clear_all($cid = NULL, $bin = NULL, $wildcard = FALSE) {
   if (!isset($cid) && !isset($bin)) {
-- 
GitLab