From: Aaron Schulz Date: Thu, 9 Feb 2012 17:54:14 +0000 (+0000) Subject: r111036: some doc tweaks X-Git-Tag: 1.31.0-rc.0~24827 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=8dd63c95804f5519a69b53a7a8478dde81e1da31;p=lhc%2Fweb%2Fwiklou.git r111036: some doc tweaks --- diff --git a/includes/filerepo/backend/FileBackend.php b/includes/filerepo/backend/FileBackend.php index f1e8c84e44..13abcbcced 100644 --- a/includes/filerepo/backend/FileBackend.php +++ b/includes/filerepo/backend/FileBackend.php @@ -3,8 +3,8 @@ * @defgroup FileBackend File backend * @ingroup FileRepo * - * File backend is used to interact with file management systems such as SWIFT. - * + * File backend is used to interact with file storage systems, + * such as the local file system, NFS, or cloud storage systems. */ /**