diff --git a/apps/files/appinfo/filesync.php b/apps/files/appinfo/filesync.php
index a21dcbd78a0a1fd5b0cb996a5fa88f51da9355fb..47fc6fb4de659bf0b8bb03ab094145e646165ee0 100644
--- a/apps/files/appinfo/filesync.php
+++ b/apps/files/appinfo/filesync.php
@@ -20,7 +20,7 @@
  * The final URL will look like http://.../remote.php/filesync/oc_chunked/path/to/file
  */
 
-// only need filesystem apps
+// load needed apps
 $RUNTIME_APPTYPES=array('filesystem','authentication','logging');
 OC_App::loadApps($RUNTIME_APPTYPES);
 if(!OC_User::isLoggedIn()) {
diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php
index 0f8a147bb105e9d0c92330f4f4f97211cd5b64f7..f12430f24ddcf115850da375593dfec116543be3 100644
--- a/apps/files/appinfo/remote.php
+++ b/apps/files/appinfo/remote.php
@@ -22,7 +22,7 @@
  * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
-// only need filesystem apps
+// load needed apps
 $RUNTIME_APPTYPES=array('filesystem','authentication','logging');
 
 OC_App::loadApps($RUNTIME_APPTYPES);