git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1028167 13f79535-47bb-0310-9956-ffa450edef68
@@ -150,6 +150,8 @@ Trunk (unreleased changes)
HADOOP-7007. Update the hudson-test-patch ant target to work with the
latest test-patch.sh script (gkesavan)
+ HADOOP-7010. Typo in FileSystem.java. (Jingguo Yao via eli)
+
OPTIMIZATIONS
HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..).
@@ -214,7 +214,7 @@ public abstract class FileSystem extends Configured implements Closeable {
}
/**
- * Get the local file syste
+ * Get the local file system.
* @param conf the configuration to configure the file system with
* @return a LocalFileSystem
*/