You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by sh...@apache.org on 2009/09/02 04:27:04 UTC

svn commit: r810337 - /hadoop/hdfs/trunk/CHANGES.txt

Author: shv
Date: Wed Sep  2 02:27:04 2009
New Revision: 810337

URL: http://svn.apache.org/viewvc?rev=810337&view=rev
Log:
HDFS-546. Fix a typo in CHANGES.txt

Modified:
    hadoop/hdfs/trunk/CHANGES.txt

Modified: hadoop/hdfs/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=810337&r1=810336&r2=810337&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Wed Sep  2 02:27:04 2009
@@ -100,7 +100,7 @@
 
     HDFS-409. Add more access token tests.  (Kan Zhang via szetszwo)
 
-    HDFS-546. DatanodeDescriptor iterator blocks as BlockInfo. (shv)
+    HDFS-546. DatanodeDescriptor iterates blocks as BlockInfo. (shv)
 
     HDFS-457. Do not shutdown datanode if some, but not all, volumes fail.
     (Boris Shkolnik via szetszwo)