| Index: webkit/chromeos/fileapi/cros_mount_point_provider.h
|
| diff --git a/webkit/chromeos/fileapi/cros_mount_point_provider.h b/webkit/chromeos/fileapi/cros_mount_point_provider.h
|
| index d5a0528a2d142fc7639d29f60f1747f4b3e69859..d0a42936798ee834c61423fe9e170d588ad085ca 100644
|
| --- a/webkit/chromeos/fileapi/cros_mount_point_provider.h
|
| +++ b/webkit/chromeos/fileapi/cros_mount_point_provider.h
|
| @@ -103,7 +103,7 @@ class CrosMountPointProvider
|
| FileSystemLocation loc,
|
| fileapi::RemoteFileSystemProxyInterface* proxy);
|
| virtual ~MountPoint();
|
| - // Virtual web path, relative to external root in filesytem URLs.
|
| + // Virtual web path, relative to external root in filesystem URLs.
|
| // For example, in "filesystem://.../external/foo/bar/" this path would
|
| // map to "foo/bar/".
|
| const FilePath web_root_path;
|
|
|