From 430801a4258cc4ab4b572296e2d3c92fce2d1e18 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sun, 7 Mar 2021 15:13:12 +0100 Subject: [PATCH] Fix a comment --- thrift/metadata.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thrift/metadata.thrift b/thrift/metadata.thrift index 7ff444e5..b146165a 100644 --- a/thrift/metadata.thrift +++ b/thrift/metadata.thrift @@ -99,7 +99,7 @@ struct metadata { /** * Ranges of chunks that make up regular files. Identical * files share the same inode number. The range of chunks - * for a * regular file inode are: + * for a regular file inode are: * * chunks[chunk_index[inode]] .. chunks[chunk_index[inode + 1] - 1] */