Skip to content

Commit

Permalink
typo: fix cloud_manifest.cc (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
happy-v587 authored Aug 7, 2024
1 parent d28007d commit d1370d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/cloud_manifest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ std::unique_ptr<CloudManifest> CloudManifest::clone() const {
// We store number_of_records just for sanity checks
//
// Record:
// * (kPastEpoch tag: 1 byte) (epochId: lenght-prefixed-string) (file_number:
// * (kPastEpoch tag: 1 byte) (epochId: length-prefixed-string) (file_number:
// varint)
//
// Header comes first, and is followed with number_of_records Records.
Expand Down

0 comments on commit d1370d9

Please sign in to comment.