You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by we...@apache.org on 2019/08/20 20:36:38 UTC

[hadoop] branch trunk updated: HADOOP-16523. Minor spell mistake in comment : Line number 101 (#388)

This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 269b543  HADOOP-16523. Minor spell mistake in comment : Line number 101 (#388)
269b543 is described below

commit 269b5433672770f43f0061423945d5b02f719187
Author: Sandeep Kumar <sa...@gmail.com>
AuthorDate: Wed Aug 21 06:36:23 2019 +1000

    HADOOP-16523. Minor spell mistake in comment : Line number 101 (#388)
---
 hadoop-hdfs-project/hadoop-hdfs/src/main/proto/fsimage.proto | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/proto/fsimage.proto b/hadoop-hdfs-project/hadoop-hdfs/src/main/proto/fsimage.proto
index d943dbc..5a04a9b 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/proto/fsimage.proto
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/proto/fsimage.proto
@@ -98,7 +98,7 @@ message INodeSection {
      * format. The bits can be divided in four segments:
      * [0:2) || [2:26) || [26:27) || [27:29) || [29:32)
      *
-     * [0:2) -- reserved for futute uses.
+     * [0:2) -- reserved for future uses.
      * [2:26) -- the name of the entry, which is an ID that points to a
      * string in the StringTableSection.
      * [26:27) -- the scope of the entry (AclEntryScopeProto)
@@ -350,4 +350,4 @@ message CacheManagerSection {
 
 message ErasureCodingSection {
   repeated ErasureCodingPolicyProto policies = 1;
-}
\ No newline at end of file
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org