Index: trunk/phase3/includes/filerepo/backend/FileBackend.php |
— | — | @@ -3,8 +3,8 @@ |
4 | 4 | * @defgroup FileBackend File backend |
5 | 5 | * @ingroup FileRepo |
6 | 6 | * |
7 | | - * File backend is used to interact with file management systems such as SWIFT. |
8 | | - * |
| 7 | + * File backend is used to interact with file storage systems, |
| 8 | + * such as the local file system, NFS, or cloud storage systems. |
9 | 9 | */ |
10 | 10 | |
11 | 11 | /** |