diff --git a/storage/download-files.js b/storage/download-files.js
index cb2af375..89f1f557 100644
--- a/storage/download-files.js
+++ b/storage/download-files.js
@@ -66,7 +66,7 @@ function downloadFullExample() {
         // User doesn't have permission to access the object
         break;
       case 'storage/canceled':
-        // User canceled the upload
+        // User canceled the download
         break;
 
       // ...