Fix a comment

This commit is contained in:
Marcus Holland-Moritz 2021-03-07 15:13:12 +01:00
parent 50afe97f55
commit 430801a425

View File

@ -99,7 +99,7 @@ struct metadata {
/** /**
* Ranges of chunks that make up regular files. Identical * Ranges of chunks that make up regular files. Identical
* files share the same inode number. The range of chunks * 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] * chunks[chunk_index[inode]] .. chunks[chunk_index[inode + 1] - 1]
*/ */