r111036: some doc tweaks
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 9 Feb 2012 17:54:14 +0000 (17:54 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 9 Feb 2012 17:54:14 +0000 (17:54 +0000)
includes/filerepo/backend/FileBackend.php

index f1e8c84..13abcbc 100644 (file)
@@ -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.
  */
 
 /**