We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb22cd commit 269b543Copy full SHA for 269b543
hadoop-hdfs-project/hadoop-hdfs/src/main/proto/fsimage.proto
@@ -98,7 +98,7 @@ message INodeSection {
98
* format. The bits can be divided in four segments:
99
* [0:2) || [2:26) || [26:27) || [27:29) || [29:32)
100
*
101
- * [0:2) -- reserved for futute uses.
+ * [0:2) -- reserved for future uses.
102
* [2:26) -- the name of the entry, which is an ID that points to a
103
* string in the StringTableSection.
104
* [26:27) -- the scope of the entry (AclEntryScopeProto)
@@ -350,4 +350,4 @@ message CacheManagerSection {
350
351
message ErasureCodingSection {
352
repeated ErasureCodingPolicyProto policies = 1;
353
-}
+}
0 commit comments