diff --git a/CHANGES.txt b/CHANGES.txt index 74269c38a8..55491f5234 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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(..). diff --git a/src/java/org/apache/hadoop/fs/FileSystem.java b/src/java/org/apache/hadoop/fs/FileSystem.java index 05462aeabe..28ddb3badf 100644 --- a/src/java/org/apache/hadoop/fs/FileSystem.java +++ b/src/java/org/apache/hadoop/fs/FileSystem.java @@ -214,7 +214,7 @@ private static String fixName(String name) { } /** - * Get the local file syste + * Get the local file system. * @param conf the configuration to configure the file system with * @return a LocalFileSystem */