Browse Source

HADOOP-7010. Typo in FileSystem.java. Contributed by Jingguo Yao.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1028167 13f79535-47bb-0310-9956-ffa450edef68
Eli Collins 14 năm trước cách đây
mục cha
commit
c4e049e0ba
2 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 2 0
      CHANGES.txt
  2. 1 1
      src/java/org/apache/hadoop/fs/FileSystem.java

+ 2 - 0
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(..).

+ 1 - 1
src/java/org/apache/hadoop/fs/FileSystem.java

@@ -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
    */