Skip to content

Commit d1370d9

Browse files
authored
typo: fix cloud_manifest.cc (#331)
1 parent d28007d commit d1370d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/cloud_manifest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ std::unique_ptr<CloudManifest> CloudManifest::clone() const {
134134
// We store number_of_records just for sanity checks
135135
//
136136
// Record:
137-
// * (kPastEpoch tag: 1 byte) (epochId: lenght-prefixed-string) (file_number:
137+
// * (kPastEpoch tag: 1 byte) (epochId: length-prefixed-string) (file_number:
138138
// varint)
139139
//
140140
// Header comes first, and is followed with number_of_records Records.

0 commit comments

Comments
 (0)