Index: chrome/browser/resources/file_manager/js/path_util.js |
diff --git a/chrome/browser/resources/file_manager/js/path_util.js b/chrome/browser/resources/file_manager/js/path_util.js |
index 9a9339159ddbbe27bf0b36f546dbc37223cea008..f714af18112c8ccf16caeb46b2a9f67b38af7c31 100644 |
--- a/chrome/browser/resources/file_manager/js/path_util.js |
+++ b/chrome/browser/resources/file_manager/js/path_util.js |
@@ -37,7 +37,7 @@ PathUtil.getRootDirectory = function(path) { |
/** |
* @param {string} path Any unix-style path (may start or not start from root). |
- * @return {Array.<string>} path components |
+ * @return {Array.<string>} Path components. |
*/ |
PathUtil.split = function(path) { |
var fromRoot = false; |