Index: chrome/browser/chromeos/drive/drive_url_request_job.h |
diff --git a/chrome/browser/chromeos/drive/drive_url_request_job.h b/chrome/browser/chromeos/drive/drive_url_request_job.h |
index 05cb3751b2b643979923344d439046751ff45e64..661f3910f8f7b09cfc7a9f2d1599cef180338954 100644 |
--- a/chrome/browser/chromeos/drive/drive_url_request_job.h |
+++ b/chrome/browser/chromeos/drive/drive_url_request_job.h |
@@ -33,7 +33,7 @@ class FileSystemInterface; |
class ResourceEntry; |
// DriveURLRequestJob is the gateway between network-level drive:... |
-// requests for drive resources and DriveFileSytem. It exposes content URLs |
+// requests for drive resources and FileSystem. It exposes content URLs |
// formatted as drive:<drive-file-path>. |
// The methods should be run on IO thread, and the operations to communicate |
// with a locally cached file will run on |file_task_runner|. |